pub struct LifecycleApi;Expand description
LifecycleApi
Implementations§
Source§impl LifecycleApi
impl LifecycleApi
pub fn init_root_canister( identity: SubnetIdentity, config_str: &str, config_path: &str, )
pub fn post_upgrade_root_canister(config_str: &str, config_path: &str)
pub fn init_nonroot_canister( role: CanisterRole, payload: CanisterInitPayload, args: Option<Vec<u8>>, config_str: &str, config_path: &str, )
pub fn post_upgrade_nonroot_canister( role: CanisterRole, config_str: &str, config_path: &str, )
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