pub struct Canister {
pub commit_memory_id: u8,
/* private fields */
}Expand description
Canister
Fields§
§commit_memory_id: u8Implementations§
Trait Implementations§
Source§impl CandidType for Canister
impl CandidType for Canister
Auto Trait Implementations§
impl Freeze for Canister
impl RefUnwindSafe for Canister
impl Send for Canister
impl Sync for Canister
impl Unpin for Canister
impl UnsafeUnpin for Canister
impl UnwindSafe for Canister
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