#[repr(u8)]pub enum UseMethod {
Burn = 0,
Multiple = 1,
Single = 2,
}Expand description
How the NFT can be “used”.
Variants§
Trait Implementations§
impl Copy for UseMethod
impl Eq for UseMethod
impl StructuralPartialEq for UseMethod
Auto Trait Implementations§
impl Freeze for UseMethod
impl RefUnwindSafe for UseMethod
impl Send for UseMethod
impl Sync for UseMethod
impl Unpin for UseMethod
impl UnsafeUnpin for UseMethod
impl UnwindSafe for UseMethod
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