pub struct AccountIdentifierRecord { /* private fields */ }Expand description
BAI2 account identifier record.
Implementations§
Source§impl AccountIdentifierRecord
impl AccountIdentifierRecord
Sourcepub fn customer_account_number(&self) -> &str
pub fn customer_account_number(&self) -> &str
Returns the customer account number.
Sourcepub fn currency_code(&self) -> Option<&str>
pub fn currency_code(&self) -> Option<&str>
Returns the optional currency code field.
Sourcepub fn summary_fields(&self) -> &[String]
pub fn summary_fields(&self) -> &[String]
Returns preserved summary fields.
Trait Implementations§
Source§impl Clone for AccountIdentifierRecord
impl Clone for AccountIdentifierRecord
Source§fn clone(&self) -> AccountIdentifierRecord
fn clone(&self) -> AccountIdentifierRecord
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 AccountIdentifierRecord
impl Debug for AccountIdentifierRecord
Source§impl PartialEq for AccountIdentifierRecord
impl PartialEq for AccountIdentifierRecord
Source§impl TryFrom<&RawRecord> for AccountIdentifierRecord
impl TryFrom<&RawRecord> for AccountIdentifierRecord
impl Eq for AccountIdentifierRecord
impl StructuralPartialEq for AccountIdentifierRecord
Auto Trait Implementations§
impl Freeze for AccountIdentifierRecord
impl RefUnwindSafe for AccountIdentifierRecord
impl Send for AccountIdentifierRecord
impl Sync for AccountIdentifierRecord
impl Unpin for AccountIdentifierRecord
impl UnsafeUnpin for AccountIdentifierRecord
impl UnwindSafe for AccountIdentifierRecord
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