pub struct MandateUsBankAccount {
pub collection_method: Option<MandateUsBankAccountCollectionMethod>,
}
Fields§
§collection_method: Option<MandateUsBankAccountCollectionMethod>
Mandate collection method
Trait Implementations§
Source§impl Clone for MandateUsBankAccount
impl Clone for MandateUsBankAccount
Source§fn clone(&self) -> MandateUsBankAccount
fn clone(&self) -> MandateUsBankAccount
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 MandateUsBankAccount
impl Debug for MandateUsBankAccount
Source§impl Deserialize for MandateUsBankAccount
impl Deserialize for MandateUsBankAccount
Source§impl ObjectDeser for MandateUsBankAccount
impl ObjectDeser for MandateUsBankAccount
impl Copy for MandateUsBankAccount
Auto Trait Implementations§
impl Freeze for MandateUsBankAccount
impl RefUnwindSafe for MandateUsBankAccount
impl Send for MandateUsBankAccount
impl Sync for MandateUsBankAccount
impl Unpin for MandateUsBankAccount
impl UnwindSafe for MandateUsBankAccount
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