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