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