Struct ruststep::ap201::explicit_draughting::AreaInSetHolder [−][src]
pub struct AreaInSetHolder {
pub area: PlaceHolder<PresentationAreaAnyHolder>,
pub in_set: PlaceHolder<PresentationSetAnyHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
area: PlaceHolder<PresentationAreaAnyHolder>
in_set: PlaceHolder<PresentationSetAnyHolder>
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 = AreaInSetHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for AreaInSetHolder
impl Send for AreaInSetHolder
impl Sync for AreaInSetHolder
impl Unpin for AreaInSetHolder
impl UnwindSafe for AreaInSetHolder
Blanket Implementations
Mutably borrows from an owned value. Read more