pub struct DimensionIdent(/* private fields */);
Trait Implementations§
Source§impl Clone for DimensionIdent
impl Clone for DimensionIdent
Source§fn clone(&self) -> DimensionIdent
fn clone(&self) -> DimensionIdent
Returns a duplicate 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 DimensionIdent
impl Debug for DimensionIdent
Source§impl Hash for DimensionIdent
impl Hash for DimensionIdent
Source§impl Ord for DimensionIdent
impl Ord for DimensionIdent
Source§fn cmp(&self, other: &DimensionIdent) -> Ordering
fn cmp(&self, other: &DimensionIdent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DimensionIdent
impl PartialEq for DimensionIdent
Source§impl PartialOrd for DimensionIdent
impl PartialOrd for DimensionIdent
Source§impl<'a> Peek<'a> for DimensionIdent
impl<'a> Peek<'a> for DimensionIdent
Source§impl ToCursors for DimensionIdent
impl ToCursors for DimensionIdent
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for DimensionIdent
impl Eq for DimensionIdent
impl StructuralPartialEq for DimensionIdent
Auto Trait Implementations§
impl Freeze for DimensionIdent
impl RefUnwindSafe for DimensionIdent
impl Send for DimensionIdent
impl Sync for DimensionIdent
impl Unpin for DimensionIdent
impl UnwindSafe for DimensionIdent
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