Struct mcaptcha::api::v1::meta::BuildDetailsBuilder [−][src]
pub struct BuildDetailsBuilder {
version: Option<&'static str>,
git_commit_hash: Option<&'static str>,
}
Expand description
Builder for BuildDetails
.
Fields
version: Option<&'static str>
git_commit_hash: Option<&'static str>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuildDetailsBuilder
impl Send for BuildDetailsBuilder
impl Sync for BuildDetailsBuilder
impl Unpin for BuildDetailsBuilder
impl UnwindSafe for BuildDetailsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more