Struct ic_stable_structures::memory_manager::MemoryId
source · pub struct MemoryId(/* private fields */);Implementations§
Trait Implementations§
source§impl Ord for MemoryId
impl Ord for MemoryId
source§impl PartialEq for MemoryId
impl PartialEq for MemoryId
source§impl PartialOrd for MemoryId
impl PartialOrd for MemoryId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for MemoryId
impl Eq for MemoryId
impl StructuralEq for MemoryId
impl StructuralPartialEq for MemoryId
Auto Trait Implementations§
impl RefUnwindSafe for MemoryId
impl Send for MemoryId
impl Sync for MemoryId
impl Unpin for MemoryId
impl UnwindSafe for MemoryId
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