Struct ruststep::ap203::config_control_design::LengthUnitHolder [−][src]
pub struct LengthUnitHolder {
pub named_unit: PlaceHolder<NamedUnitHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
named_unit: PlaceHolder<NamedUnitHolder>
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 = LengthUnit
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = LengthUnitHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for LengthUnitHolder
impl Send for LengthUnitHolder
impl Sync for LengthUnitHolder
impl Unpin for LengthUnitHolder
impl UnwindSafe for LengthUnitHolder
Blanket Implementations
Mutably borrows from an owned value. Read more