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