Struct sugar_cli::common::nft_instruction::Mint
source · pub struct Mint;Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for Mint
impl BorshDeserialize for Mint
source§impl BorshSerialize for Mint
impl BorshSerialize for Mint
source§impl Discriminator for Mint
impl Discriminator for Mint
const DISCRIMINATOR: [u8; 8] = [51, 57, 225, 47, 182, 146, 137, 166]
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for Mint
impl Send for Mint
impl Sync for Mint
impl Unpin for Mint
impl UnwindSafe for Mint
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more