pub struct LifecycleApi;Expand description
LifecycleApi
Implementations§
Source§impl LifecycleApi
impl LifecycleApi
pub fn init_root_canister_before_bootstrap( identity: SubnetIdentity, config: ConfigModel, config_source: &str, config_path: &str, )
pub fn post_upgrade_root_canister_before_bootstrap( config: ConfigModel, config_source: &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 UnsafeUnpin 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