pub struct MemoryDimensionIdentity { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MemoryDimensionIdentity
impl Clone for MemoryDimensionIdentity
Source§fn clone(&self) -> MemoryDimensionIdentity
fn clone(&self) -> MemoryDimensionIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MemoryDimensionIdentity
impl Debug for MemoryDimensionIdentity
impl Eq for MemoryDimensionIdentity
Source§impl Ord for MemoryDimensionIdentity
impl Ord for MemoryDimensionIdentity
Source§fn cmp(&self, other: &MemoryDimensionIdentity) -> Ordering
fn cmp(&self, other: &MemoryDimensionIdentity) -> Ordering
1.21.0 (const: unstable) · 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 MemoryDimensionIdentity
impl PartialEq for MemoryDimensionIdentity
Source§impl PartialOrd for MemoryDimensionIdentity
impl PartialOrd for MemoryDimensionIdentity
impl StructuralPartialEq for MemoryDimensionIdentity
Auto Trait Implementations§
impl Freeze for MemoryDimensionIdentity
impl RefUnwindSafe for MemoryDimensionIdentity
impl Send for MemoryDimensionIdentity
impl Sync for MemoryDimensionIdentity
impl Unpin for MemoryDimensionIdentity
impl UnsafeUnpin for MemoryDimensionIdentity
impl UnwindSafe for MemoryDimensionIdentity
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