pub enum MandateAcssDebitTransactionType {
Business,
Personal,
}
Expand description
Transaction type of the mandate.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MandateAcssDebitTransactionType
impl Clone for MandateAcssDebitTransactionType
Source§fn clone(&self) -> MandateAcssDebitTransactionType
fn clone(&self) -> MandateAcssDebitTransactionType
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 FromValueOpt for MandateAcssDebitTransactionType
impl FromValueOpt for MandateAcssDebitTransactionType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for MandateAcssDebitTransactionType
impl PartialEq for MandateAcssDebitTransactionType
Source§fn eq(&self, other: &MandateAcssDebitTransactionType) -> bool
fn eq(&self, other: &MandateAcssDebitTransactionType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MandateAcssDebitTransactionType
impl Eq for MandateAcssDebitTransactionType
impl StructuralPartialEq for MandateAcssDebitTransactionType
Auto Trait Implementations§
impl Freeze for MandateAcssDebitTransactionType
impl RefUnwindSafe for MandateAcssDebitTransactionType
impl Send for MandateAcssDebitTransactionType
impl Sync for MandateAcssDebitTransactionType
impl Unpin for MandateAcssDebitTransactionType
impl UnwindSafe for MandateAcssDebitTransactionType
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