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