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