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