Struct edgedb_protocol::descriptors::RangeTypeDescriptor
source · [−]Fields
id: Uuidtype_pos: TypePosTrait Implementations
sourceimpl Clone for RangeTypeDescriptor
impl Clone for RangeTypeDescriptor
sourcefn clone(&self) -> RangeTypeDescriptor
fn clone(&self) -> RangeTypeDescriptor
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 RangeTypeDescriptor
impl Debug for RangeTypeDescriptor
sourceimpl PartialEq<RangeTypeDescriptor> for RangeTypeDescriptor
impl PartialEq<RangeTypeDescriptor> for RangeTypeDescriptor
sourcefn eq(&self, other: &RangeTypeDescriptor) -> bool
fn eq(&self, other: &RangeTypeDescriptor) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RangeTypeDescriptor) -> bool
fn ne(&self, other: &RangeTypeDescriptor) -> bool
This method tests for !=.
impl Eq for RangeTypeDescriptor
impl StructuralEq for RangeTypeDescriptor
impl StructuralPartialEq for RangeTypeDescriptor
Auto Trait Implementations
impl RefUnwindSafe for RangeTypeDescriptor
impl Send for RangeTypeDescriptor
impl Sync for RangeTypeDescriptor
impl Unpin for RangeTypeDescriptor
impl UnwindSafe for RangeTypeDescriptor
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