Struct ic_stable_memory::utils::mem_context::OutOfMemory
source · pub struct OutOfMemory;Expand description
Indicates that the canister is out of stable memory at this moment.
Trait Implementations§
source§impl Clone for OutOfMemory
impl Clone for OutOfMemory
source§fn clone(&self) -> OutOfMemory
fn clone(&self) -> OutOfMemory
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 more