pub struct SourceTypeAchDebit {
pub bank_name: Option<String>,
pub country: Option<String>,
pub fingerprint: Option<String>,
pub last4: Option<String>,
pub routing_number: Option<String>,
pub type_: Option<String>,
}Fields§
§bank_name: Option<String>§country: Option<String>§fingerprint: Option<String>§last4: Option<String>§routing_number: Option<String>§type_: Option<String>Trait Implementations§
Source§impl Clone for SourceTypeAchDebit
impl Clone for SourceTypeAchDebit
Source§fn clone(&self) -> SourceTypeAchDebit
fn clone(&self) -> SourceTypeAchDebit
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 SourceTypeAchDebit
impl Debug for SourceTypeAchDebit
Source§impl Deserialize for SourceTypeAchDebit
impl Deserialize for SourceTypeAchDebit
Source§impl FromValueOpt for SourceTypeAchDebit
impl FromValueOpt for SourceTypeAchDebit
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SourceTypeAchDebit
impl PartialEq for SourceTypeAchDebit
impl Eq for SourceTypeAchDebit
impl StructuralPartialEq for SourceTypeAchDebit
Auto Trait Implementations§
impl Freeze for SourceTypeAchDebit
impl RefUnwindSafe for SourceTypeAchDebit
impl Send for SourceTypeAchDebit
impl Sync for SourceTypeAchDebit
impl Unpin for SourceTypeAchDebit
impl UnsafeUnpin for SourceTypeAchDebit
impl UnwindSafe for SourceTypeAchDebit
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