pub enum ERCNFTType {
ERC721,
ERC1155,
}
Expand description
Supported ERCs
Variants§
Implementations§
Source§impl ERCNFTType
impl ERCNFTType
Sourcepub const fn resolution_selector(&self) -> Selector
pub const fn resolution_selector(&self) -> Selector
Get the method selector
Trait Implementations§
Source§impl FromStr for ERCNFTType
impl FromStr for ERCNFTType
Source§impl PartialEq for ERCNFTType
impl PartialEq for ERCNFTType
impl Eq for ERCNFTType
impl StructuralPartialEq for ERCNFTType
Auto Trait Implementations§
impl Freeze for ERCNFTType
impl RefUnwindSafe for ERCNFTType
impl Send for ERCNFTType
impl Sync for ERCNFTType
impl Unpin for ERCNFTType
impl UnwindSafe for ERCNFTType
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.