Struct sugar_cli::common::nft_instruction::Withdraw
source · pub struct Withdraw;Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for Withdraw
impl BorshDeserialize for Withdraw
source§impl BorshSerialize for Withdraw
impl BorshSerialize for Withdraw
source§impl Discriminator for Withdraw
impl Discriminator for Withdraw
const DISCRIMINATOR: [u8; 8] = [183, 18, 70, 156, 148, 109, 161, 34]
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for Withdraw
impl Send for Withdraw
impl Sync for Withdraw
impl Unpin for Withdraw
impl UnwindSafe for Withdraw
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