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