Struct ruststep::ap203::config_control_design::TextHolder [−][src]
pub struct TextHolder(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 = TextHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for TextHolder
impl Send for TextHolder
impl Sync for TextHolder
impl Unpin for TextHolder
impl UnwindSafe for TextHolder
Blanket Implementations
Mutably borrows from an owned value. Read more