Struct ic_stable_memory::utils::mem_context::OutOfMemory
source · [−]pub struct OutOfMemory;Trait Implementations
sourceimpl Clone for OutOfMemory
impl Clone for OutOfMemory
sourcefn clone(&self) -> OutOfMemory
fn clone(&self) -> OutOfMemory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OutOfMemory
impl Debug for OutOfMemory
impl Copy for OutOfMemory
Auto Trait Implementations
impl NotFree for OutOfMemory
impl NotStableMemoryAllocator for OutOfMemory
impl RefUnwindSafe for OutOfMemory
impl Send for OutOfMemory
impl Sync for OutOfMemory
impl Unpin for OutOfMemory
impl UnwindSafe for OutOfMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more