Struct ruststep::ap203::config_control_design::LabelHolder [−][src]
pub struct LabelHolder(pub String);
Expand description
Auto-generated by #[derive(Holder)]
Tuple Fields
0: String
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = LabelHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for LabelHolder
impl Send for LabelHolder
impl Sync for LabelHolder
impl Unpin for LabelHolder
impl UnwindSafe for LabelHolder
Blanket Implementations
Mutably borrows from an owned value. Read more