Struct edgedb_protocol::codec::NamedTupleShape [−][src]
pub struct NamedTupleShape(_);
Trait Implementations
type Target = NamedTupleShapeInfo
type Target = NamedTupleShapeInfo
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 NamedTupleShape
impl Send for NamedTupleShape
impl Sync for NamedTupleShape
impl Unpin for NamedTupleShape
impl UnwindSafe for NamedTupleShape
Blanket Implementations
Mutably borrows from an owned value. Read more