Struct edgedb_protocol::codec::ObjectShape [−][src]
pub struct ObjectShape(_);
Implementations
Trait Implementations
type Target = ObjectShapeInfo
type Target = ObjectShapeInfo
The resulting type after dereferencing.
Dereferences the value.
Performs the conversion.
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 ObjectShape
impl Send for ObjectShape
impl Sync for ObjectShape
impl Unpin for ObjectShape
impl UnwindSafe for ObjectShape
Blanket Implementations
Mutably borrows from an owned value. Read more