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