Struct edgedb_protocol::descriptors::ObjectShapeDescriptor [−][src]
pub struct ObjectShapeDescriptor {
pub id: Uuid,
pub elements: Vec<ShapeElement>,
}
Fields
id: Uuid
elements: Vec<ShapeElement>
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 ObjectShapeDescriptor
impl Send for ObjectShapeDescriptor
impl Sync for ObjectShapeDescriptor
impl Unpin for ObjectShapeDescriptor
impl UnwindSafe for ObjectShapeDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more