Struct sugar_cli::common::nft_instruction::SetCollection
source · pub struct SetCollection;Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for SetCollection
impl BorshDeserialize for SetCollection
source§fn deserialize(buf: &mut &[u8]) -> Result<SetCollection, Error>
fn deserialize(buf: &mut &[u8]) -> Result<SetCollection, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.