pub struct LifecycleApi;Expand description
LifecycleApi
Implementations§
Source§impl LifecycleApi
impl LifecycleApi
pub fn init_root_canister(identity: SubnetIdentity)
pub fn post_upgrade_root_canister()
pub fn init_nonroot_canister( role: CanisterRole, payload: CanisterInitPayload, args: Option<Vec<u8>>, )
pub fn post_upgrade_nonroot_canister(role: CanisterRole)
Auto Trait Implementations§
impl Freeze for LifecycleApi
impl RefUnwindSafe for LifecycleApi
impl Send for LifecycleApi
impl Sync for LifecycleApi
impl Unpin for LifecycleApi
impl UnwindSafe for LifecycleApi
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