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: bool
flag_link_property: bool
flag_link: bool
cardinality: Option<Cardinality>
name: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.