Struct save_token::instruction::MintFromYi
source · [−]pub struct MintFromYi {
pub yi_amount: u64,
}Expand description
Instruction.
Fields
yi_amount: u64Trait Implementations
sourceimpl BorshDeserialize for MintFromYi where
u64: BorshDeserialize,
impl BorshDeserialize for MintFromYi where
u64: BorshDeserialize,
sourceimpl BorshSerialize for MintFromYi where
u64: BorshSerialize,
impl BorshSerialize for MintFromYi where
u64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for MintFromYi
impl Send for MintFromYi
impl Sync for MintFromYi
impl Unpin for MintFromYi
impl UnwindSafe for MintFromYi
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