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: bool
flag_link_property: bool
flag_link: bool
cardinality: Option<Cardinality>
name: String
type_pos: TypePos
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 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