Struct ic_kit::interfaces::management::DepositCycles
source · [−]pub struct DepositCycles;Expand description
Deposit the cycles in the call to the given canister’s balance.
Trait Implementations
sourceimpl Method for DepositCycles
impl Method for DepositCycles
Auto Trait Implementations
impl RefUnwindSafe for DepositCycles
impl Send for DepositCycles
impl Sync for DepositCycles
impl Unpin for DepositCycles
impl UnwindSafe for DepositCycles
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