Struct ic_kit::interfaces::management::DeleteCanister
source · [−]pub struct DeleteCanister;Expand description
Delete the canister.
Trait Implementations
sourceimpl Method for DeleteCanister
impl Method for DeleteCanister
Auto Trait Implementations
impl RefUnwindSafe for DeleteCanister
impl Send for DeleteCanister
impl Sync for DeleteCanister
impl Unpin for DeleteCanister
impl UnwindSafe for DeleteCanister
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