pub enum Network {
Show 16 variants
Visa,
Mastercard,
Discover,
Amex,
Solo,
Jcb,
Star,
Delta,
Switch,
Maestro,
CbNationale,
Configoga,
Confidis,
Electron,
Cetelem,
ChinaUnionPay,
}
Variants§
Visa
Mastercard
Discover
Amex
Solo
Jcb
Star
Delta
Switch
Maestro
CbNationale
Configoga
Confidis
Electron
Cetelem
ChinaUnionPay
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Network
impl<'de> Deserialize<'de> for Network
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<Network> for Network
impl PartialEq<Network> for Network
impl Copy for Network
impl Eq for Network
impl StructuralEq for Network
impl StructuralPartialEq for Network
Auto Trait Implementations§
impl RefUnwindSafe for Network
impl Send for Network
impl Sync for Network
impl Unpin for Network
impl UnwindSafe for Network
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.