Struct ruststep::ap201::explicit_draughting::IdentifierHolder [−][src]
pub struct IdentifierHolder(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
Get owned entity from table
Get owned entities as an iterator
type Owned = Identifier
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = IdentifierHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for IdentifierHolder
impl Send for IdentifierHolder
impl Sync for IdentifierHolder
impl Unpin for IdentifierHolder
impl UnwindSafe for IdentifierHolder
Blanket Implementations
Mutably borrows from an owned value. Read more