Struct ruststep::ap201::explicit_draughting::GroupRelationship [−][src]
pub struct GroupRelationship {
pub name: Label,
pub description: Text,
pub relating_group: Group,
pub related_group: Group,
}
Fields
name: Label
description: Text
relating_group: Group
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GroupRelationship
impl Send for GroupRelationship
impl Sync for GroupRelationship
impl Unpin for GroupRelationship
impl UnwindSafe for GroupRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more