pub enum PaymentOtherMethods {
Boleto,
PIX,
BankTransferItauShopline,
BankTransferBB,
}
Variants§
Boleto
PIX
BankTransferItauShopline
Transferência online Itaú Shopline
BankTransferBB
Transferência online Banco do Brasil
Trait Implementations§
Source§impl AsPaymentMethod for PaymentOtherMethods
impl AsPaymentMethod for PaymentOtherMethods
fn payment_methods_all() -> String
Source§impl Clone for PaymentOtherMethods
impl Clone for PaymentOtherMethods
Source§fn clone(&self) -> PaymentOtherMethods
fn clone(&self) -> PaymentOtherMethods
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 PaymentOtherMethods
impl Debug for PaymentOtherMethods
Source§impl<'de> Deserialize<'de> for PaymentOtherMethods
impl<'de> Deserialize<'de> for PaymentOtherMethods
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 Display for PaymentOtherMethods
impl Display for PaymentOtherMethods
Source§impl PartialEq for PaymentOtherMethods
impl PartialEq for PaymentOtherMethods
Source§impl Serialize for PaymentOtherMethods
impl Serialize for PaymentOtherMethods
impl Copy for PaymentOtherMethods
impl StructuralPartialEq for PaymentOtherMethods
Auto Trait Implementations§
impl Freeze for PaymentOtherMethods
impl RefUnwindSafe for PaymentOtherMethods
impl Send for PaymentOtherMethods
impl Sync for PaymentOtherMethods
impl Unpin for PaymentOtherMethods
impl UnwindSafe for PaymentOtherMethods
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