Struct sugar_cli::common::nft_instruction::SetCollectionV2
source · pub struct SetCollectionV2;Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for SetCollectionV2
impl BorshDeserialize for SetCollectionV2
source§fn deserialize(buf: &mut &[u8]) -> Result<SetCollectionV2, Error>
fn deserialize(buf: &mut &[u8]) -> Result<SetCollectionV2, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
source§impl BorshSerialize for SetCollectionV2
impl BorshSerialize for SetCollectionV2
source§impl Discriminator for SetCollectionV2
impl Discriminator for SetCollectionV2
const DISCRIMINATOR: [u8; 8] = [229, 35, 61, 91, 15, 14, 99, 160]
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for SetCollectionV2
impl Send for SetCollectionV2
impl Sync for SetCollectionV2
impl Unpin for SetCollectionV2
impl UnwindSafe for SetCollectionV2
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