Struct ruststep::ap201::explicit_draughting::BoxHeightHolder [−][src]
pub struct BoxHeightHolder(pub PlaceHolder<PositiveRatioMeasureHolder>);
Expand description
Auto-generated by #[derive(Holder)]
Tuple Fields
0: PlaceHolder<PositiveRatioMeasureHolder>
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 = BoxHeightHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for BoxHeightHolder
impl Send for BoxHeightHolder
impl Sync for BoxHeightHolder
impl Unpin for BoxHeightHolder
impl UnwindSafe for BoxHeightHolder
Blanket Implementations
Mutably borrows from an owned value. Read more