Struct ruststep::ap203::config_control_design::NamedUnitHolder [−][src]
pub struct NamedUnitHolder {
pub dimensions: PlaceHolder<DimensionalExponentsHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
dimensions: PlaceHolder<DimensionalExponentsHolder>
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 = NamedUnitHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for NamedUnitHolder
impl Send for NamedUnitHolder
impl Sync for NamedUnitHolder
impl Unpin for NamedUnitHolder
impl UnwindSafe for NamedUnitHolder
Blanket Implementations
Mutably borrows from an owned value. Read more