pub enum RevokeArgs {
Show 15 variants
CollectionV1,
SaleV1,
TransferV1,
DataV1,
UtilityV1,
StakingV1,
StandardV1,
LockedTransferV1,
ProgrammableConfigV1,
MigrationV1,
AuthorityItemV1,
DataItemV1,
CollectionItemV1,
ProgrammableConfigItemV1,
PrintDelegateV1,
}Variants§
CollectionV1
SaleV1
TransferV1
DataV1
UtilityV1
StakingV1
StandardV1
LockedTransferV1
ProgrammableConfigV1
MigrationV1
AuthorityItemV1
DataItemV1
CollectionItemV1
ProgrammableConfigItemV1
PrintDelegateV1
Trait Implementations§
Source§impl BorshDeserialize for RevokeArgs
impl BorshDeserialize for RevokeArgs
fn deserialize_reader<R: Read>(reader: &mut R) -> Result<Self, Error>
Source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
Source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
Source§impl BorshSerialize for RevokeArgs
impl BorshSerialize for RevokeArgs
Source§impl Clone for RevokeArgs
impl Clone for RevokeArgs
Source§fn clone(&self) -> RevokeArgs
fn clone(&self) -> RevokeArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RevokeArgs
impl Debug for RevokeArgs
Source§impl EnumExt for RevokeArgs
impl EnumExt for RevokeArgs
Source§impl Hash for RevokeArgs
impl Hash for RevokeArgs
Source§impl PartialEq for RevokeArgs
impl PartialEq for RevokeArgs
Source§impl PartialOrd for RevokeArgs
impl PartialOrd for RevokeArgs
impl Eq for RevokeArgs
impl StructuralPartialEq for RevokeArgs
Auto Trait Implementations§
impl Freeze for RevokeArgs
impl RefUnwindSafe for RevokeArgs
impl Send for RevokeArgs
impl Sync for RevokeArgs
impl Unpin for RevokeArgs
impl UnsafeUnpin for RevokeArgs
impl UnwindSafe for RevokeArgs
Blanket Implementations§
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