Struct ic_kit::interfaces::management::StartCanister
source · [−]pub struct StartCanister;Expand description
Start the canister.
Trait Implementations
sourceimpl Method for StartCanister
impl Method for StartCanister
Auto Trait Implementations
impl RefUnwindSafe for StartCanister
impl Send for StartCanister
impl Sync for StartCanister
impl Unpin for StartCanister
impl UnwindSafe for StartCanister
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more