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