pub enum PaymentMethodId {
Amex,
Visa,
Master,
Hipercard,
Pec,
Pix,
BolBradesco,
AccountMoney,
Debelo,
Elo,
}
Variants§
Amex
Visa
Master
Hipercard
Pec
Pagamento na lotérica sem boleto
Pix
BolBradesco
Boleto Bradesco
AccountMoney
Dinheiro na conta MercadoPago
Debelo
Débito Elo
Elo
Crédito Elo
Trait Implementations§
Source§impl AsRef<str> for PaymentMethodId
impl AsRef<str> for PaymentMethodId
Source§impl Clone for PaymentMethodId
impl Clone for PaymentMethodId
Source§fn clone(&self) -> PaymentMethodId
fn clone(&self) -> PaymentMethodId
Returns a duplicate 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 PaymentMethodId
impl Debug for PaymentMethodId
Source§impl<'de> Deserialize<'de> for PaymentMethodId
impl<'de> Deserialize<'de> for PaymentMethodId
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<'_derivative_strum> From<&'_derivative_strum PaymentMethodId> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum PaymentMethodId> for &'static str
Source§fn from(x: &'_derivative_strum PaymentMethodId) -> &'static str
fn from(x: &'_derivative_strum PaymentMethodId) -> &'static str
Converts to this type from the input type.
Source§impl From<PaymentMethodId> for &'static str
impl From<PaymentMethodId> for &'static str
Source§fn from(x: PaymentMethodId) -> &'static str
fn from(x: PaymentMethodId) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for PaymentMethodId
impl PartialEq for PaymentMethodId
Source§impl Serialize for PaymentMethodId
impl Serialize for PaymentMethodId
impl Copy for PaymentMethodId
impl StructuralPartialEq for PaymentMethodId
Auto Trait Implementations§
impl Freeze for PaymentMethodId
impl RefUnwindSafe for PaymentMethodId
impl Send for PaymentMethodId
impl Sync for PaymentMethodId
impl Unpin for PaymentMethodId
impl UnwindSafe for PaymentMethodId
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