Struct edgedb_protocol::descriptors::TupleElement
source · pub struct TupleElement {
pub name: String,
pub type_pos: TypePos,
}
Fields§
§name: String
§type_pos: TypePos
Trait Implementations§
source§impl Clone for TupleElement
impl Clone for TupleElement
source§fn clone(&self) -> TupleElement
fn clone(&self) -> TupleElement
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 TupleElement
impl Debug for TupleElement
source§impl PartialEq<TupleElement> for TupleElement
impl PartialEq<TupleElement> for TupleElement
source§fn eq(&self, other: &TupleElement) -> bool
fn eq(&self, other: &TupleElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TupleElement
impl StructuralEq for TupleElement
impl StructuralPartialEq for TupleElement
Auto Trait Implementations§
impl RefUnwindSafe for TupleElement
impl Send for TupleElement
impl Sync for TupleElement
impl Unpin for TupleElement
impl UnwindSafe for TupleElement
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