Struct cyclos_core::instruction::SwapCallback
source · [−]Expand description
Instruction.
Fields
amount_0_delta: i64amount_1_delta: i64Trait Implementations
sourceimpl BorshDeserialize for SwapCallback where
i64: BorshDeserialize,
i64: BorshDeserialize,
impl BorshDeserialize for SwapCallback where
i64: BorshDeserialize,
i64: BorshDeserialize,
sourceimpl BorshSerialize for SwapCallback where
i64: BorshSerialize,
i64: BorshSerialize,
impl BorshSerialize for SwapCallback where
i64: BorshSerialize,
i64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for SwapCallback
impl Send for SwapCallback
impl Sync for SwapCallback
impl Unpin for SwapCallback
impl UnwindSafe for SwapCallback
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