Struct edgedb_protocol::descriptors::TupleTypeDescriptor
source · [−]Fields
id: Uuidelement_types: Vec<TypePos>Trait Implementations
sourceimpl Clone for TupleTypeDescriptor
impl Clone for TupleTypeDescriptor
sourcefn clone(&self) -> TupleTypeDescriptor
fn clone(&self) -> TupleTypeDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TupleTypeDescriptor
impl Debug for TupleTypeDescriptor
sourceimpl PartialEq<TupleTypeDescriptor> for TupleTypeDescriptor
impl PartialEq<TupleTypeDescriptor> for TupleTypeDescriptor
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &TupleTypeDescriptor) -> bool
fn ne(&self, other: &TupleTypeDescriptor) -> bool
This method tests for !=.
impl Eq for TupleTypeDescriptor
impl StructuralEq for TupleTypeDescriptor
impl StructuralPartialEq for TupleTypeDescriptor
Auto Trait Implementations
impl RefUnwindSafe for TupleTypeDescriptor
impl Send for TupleTypeDescriptor
impl Sync for TupleTypeDescriptor
impl Unpin for TupleTypeDescriptor
impl UnwindSafe for TupleTypeDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more