Struct continuation_router::instruction::AdDeposit
source · [−]pub struct AdDeposit;Expand description
Instruction.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AdDeposit
impl Send for AdDeposit
impl Sync for AdDeposit
impl Unpin for AdDeposit
impl UnwindSafe for AdDeposit
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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