Enum ethers_providers::erc::ERCNFTType
source · pub enum ERCNFTType {
ERC721,
ERC1155,
}
Expand description
Supported ERCs
Variants§
Implementations§
source§impl ERCNFTType
impl ERCNFTType
pub fn resolution_selector(&self) -> Selector
Trait Implementations§
source§impl FromStr for ERCNFTType
impl FromStr for ERCNFTType
source§impl PartialEq<ERCNFTType> for ERCNFTType
impl PartialEq<ERCNFTType> for ERCNFTType
source§fn eq(&self, other: &ERCNFTType) -> bool
fn eq(&self, other: &ERCNFTType) -> bool
impl Eq for ERCNFTType
impl StructuralEq for ERCNFTType
impl StructuralPartialEq for ERCNFTType
Auto Trait Implementations§
impl RefUnwindSafe for ERCNFTType
impl Send for ERCNFTType
impl Sync for ERCNFTType
impl Unpin for ERCNFTType
impl UnwindSafe for ERCNFTType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.