pub enum SupportedInterface {
Approval,
Burn,
Mint,
TransactionHistory,
}
Expand description
Supported interfaces for a DIP721 canister
Variants§
Trait Implementations§
Source§impl CandidType for SupportedInterface
impl CandidType for SupportedInterface
Source§impl Clone for SupportedInterface
impl Clone for SupportedInterface
Source§fn clone(&self) -> SupportedInterface
fn clone(&self) -> SupportedInterface
Returns a copy 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 SupportedInterface
impl Debug for SupportedInterface
Source§impl<'de> Deserialize<'de> for SupportedInterface
impl<'de> Deserialize<'de> for SupportedInterface
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SupportedInterface
impl PartialEq for SupportedInterface
Source§impl Serialize for SupportedInterface
impl Serialize for SupportedInterface
impl Copy for SupportedInterface
impl Eq for SupportedInterface
impl StructuralPartialEq for SupportedInterface
Auto Trait Implementations§
impl Freeze for SupportedInterface
impl RefUnwindSafe for SupportedInterface
impl Send for SupportedInterface
impl Sync for SupportedInterface
impl Unpin for SupportedInterface
impl UnwindSafe for SupportedInterface
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