Struct edgedb_protocol::descriptors::TupleTypeDescriptor
source · pub struct TupleTypeDescriptor {
pub id: DescriptorUuid,
pub element_types: Vec<TypePos>,
}
Fields§
§id: DescriptorUuid
§element_types: Vec<TypePos>
Trait Implementations§
source§impl Clone for TupleTypeDescriptor
impl Clone for TupleTypeDescriptor
source§fn clone(&self) -> TupleTypeDescriptor
fn clone(&self) -> TupleTypeDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TupleTypeDescriptor
impl Debug for TupleTypeDescriptor
source§impl PartialEq for TupleTypeDescriptor
impl PartialEq for TupleTypeDescriptor
source§fn eq(&self, other: &TupleTypeDescriptor) -> bool
fn eq(&self, other: &TupleTypeDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TupleTypeDescriptor
impl StructuralPartialEq for TupleTypeDescriptor
Auto Trait Implementations§
impl Freeze for TupleTypeDescriptor
impl RefUnwindSafe for TupleTypeDescriptor
impl Send for TupleTypeDescriptor
impl Sync for TupleTypeDescriptor
impl Unpin for TupleTypeDescriptor
impl UnwindSafe for TupleTypeDescriptor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more