Struct strategy_vaults::instruction::AddLiquidity
source · [−]Expand description
Instruction.
Fields
token_a_amount: u64token_b_amount: u64Trait Implementations
sourceimpl BorshDeserialize for AddLiquidity where
u64: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for AddLiquidity where
u64: BorshDeserialize,
u64: BorshDeserialize,
sourceimpl BorshSerialize for AddLiquidity where
u64: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for AddLiquidity where
u64: BorshSerialize,
u64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for AddLiquidity
impl Send for AddLiquidity
impl Sync for AddLiquidity
impl Unpin for AddLiquidity
impl UnwindSafe for AddLiquidity
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