Struct edgedb_protocol::descriptors::RangeTypeDescriptor
source · pub struct RangeTypeDescriptor {
pub id: DescriptorUuid,
pub type_pos: TypePos,
}
Fields§
§id: DescriptorUuid
§type_pos: TypePos
Trait Implementations§
source§impl Clone for RangeTypeDescriptor
impl Clone for RangeTypeDescriptor
source§fn clone(&self) -> RangeTypeDescriptor
fn clone(&self) -> RangeTypeDescriptor
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 RangeTypeDescriptor
impl Debug for RangeTypeDescriptor
source§impl PartialEq<RangeTypeDescriptor> for RangeTypeDescriptor
impl PartialEq<RangeTypeDescriptor> for RangeTypeDescriptor
source§fn 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 ==
.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§
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