Struct cyclos_core::instruction::ExactInput
source · [−]pub struct ExactInput {
pub deadline: i64,
pub amount_in: u64,
pub amount_out_minimum: u64,
pub additional_accounts_per_pool: Vec<u8>,
}Expand description
Instruction.
Fields
deadline: i64amount_in: u64amount_out_minimum: u64additional_accounts_per_pool: Vec<u8>Trait Implementations
sourceimpl BorshDeserialize for ExactInput where
i64: BorshDeserialize,
u64: BorshDeserialize,
u64: BorshDeserialize,
Vec<u8>: BorshDeserialize,
impl BorshDeserialize for ExactInput where
i64: BorshDeserialize,
u64: BorshDeserialize,
u64: BorshDeserialize,
Vec<u8>: BorshDeserialize,
Auto Trait Implementations
impl RefUnwindSafe for ExactInput
impl Send for ExactInput
impl Sync for ExactInput
impl Unpin for ExactInput
impl UnwindSafe for ExactInput
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