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