Struct ruststep::ap201::explicit_draughting::GroupRelationshipHolder [−][src]
pub struct GroupRelationshipHolder {
pub name: PlaceHolder<LabelHolder>,
pub description: PlaceHolder<TextHolder>,
pub relating_group: PlaceHolder<GroupHolder>,
pub related_group: PlaceHolder<GroupHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
description: PlaceHolder<TextHolder>
relating_group: PlaceHolder<GroupHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<GroupRelationship>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<GroupRelationship>> + 'table>
Get owned entities as an iterator
type Owned = GroupRelationship
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = GroupRelationshipHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for GroupRelationshipHolder
impl Send for GroupRelationshipHolder
impl Sync for GroupRelationshipHolder
impl Unpin for GroupRelationshipHolder
impl UnwindSafe for GroupRelationshipHolder
Blanket Implementations
Mutably borrows from an owned value. Read more