Struct edgedb_protocol::descriptors::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,
pub type_pos: TypePos,
}Fields
flag_implicit: boolflag_link_property: boolflag_link: boolcardinality: Option<Cardinality>name: Stringtype_pos: TypePosTrait 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 ShapeElement
impl Send for ShapeElement
impl Sync for ShapeElement
impl Unpin for ShapeElement
impl UnwindSafe for ShapeElement
Blanket Implementations
Mutably borrows from an owned value. Read more