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