pub enum PaymentEncoding {
SPD,
EPC,
}Variants§
Trait Implementations§
Source§impl Clone for PaymentEncoding
impl Clone for PaymentEncoding
Source§fn clone(&self) -> PaymentEncoding
fn clone(&self) -> PaymentEncoding
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<'de> Deserialize<'de> for PaymentEncoding
impl<'de> Deserialize<'de> for PaymentEncoding
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 PaymentEncoding
impl Display for PaymentEncoding
Source§impl EnumToHTML for PaymentEncoding
impl EnumToHTML for PaymentEncoding
Source§impl FromStr for PaymentEncoding
impl FromStr for PaymentEncoding
Source§impl PartialEq for PaymentEncoding
impl PartialEq for PaymentEncoding
Source§impl Serialize for PaymentEncoding
impl Serialize for PaymentEncoding
Source§impl TryFrom<&str> for PaymentEncoding
impl TryFrom<&str> for PaymentEncoding
Source§impl VariantNames for PaymentEncoding
impl VariantNames for PaymentEncoding
impl StructuralPartialEq for PaymentEncoding
Auto Trait Implementations§
impl Freeze for PaymentEncoding
impl RefUnwindSafe for PaymentEncoding
impl Send for PaymentEncoding
impl Sync for PaymentEncoding
impl Unpin for PaymentEncoding
impl UnwindSafe for PaymentEncoding
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