Struct continuation_router::instruction::Begin
source · [−]Expand description
Instruction.
Fields
amount_in: u64minimum_amount_out: u64num_steps: u16Trait Implementations
sourceimpl BorshDeserialize for Begin where
u64: BorshDeserialize,
u64: BorshDeserialize,
u16: BorshDeserialize,
impl BorshDeserialize for Begin where
u64: BorshDeserialize,
u64: BorshDeserialize,
u16: BorshDeserialize,
Auto Trait Implementations
impl RefUnwindSafe for Begin
impl Send for Begin
impl Sync for Begin
impl Unpin for Begin
impl UnwindSafe for Begin
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