Struct edgedb_protocol::codec::ShapeElement [−][src]
pub struct ShapeElement {
pub flag_implicit: bool,
pub flag_link_property: bool,
pub flag_link: bool,
pub cardinality: Option<Cardinality>,
pub name: String,
}Fields
flag_implicit: boolflag_link_property: boolflag_link: boolcardinality: Option<Cardinality>name: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.