pub struct AccountTrailerRecord { /* private fields */ }Expand description
BAI2 account trailer record.
Implementations§
Source§impl AccountTrailerRecord
impl AccountTrailerRecord
Sourcepub const fn account_control_total(&self) -> Option<i128>
pub const fn account_control_total(&self) -> Option<i128>
Returns the optional account control total.
Sourcepub const fn record_count(&self) -> Option<usize>
pub const fn record_count(&self) -> Option<usize>
Returns the optional record count.
Trait Implementations§
Source§impl Clone for AccountTrailerRecord
impl Clone for AccountTrailerRecord
Source§fn clone(&self) -> AccountTrailerRecord
fn clone(&self) -> AccountTrailerRecord
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 AccountTrailerRecord
impl Debug for AccountTrailerRecord
Source§impl PartialEq for AccountTrailerRecord
impl PartialEq for AccountTrailerRecord
Source§impl TryFrom<&RawRecord> for AccountTrailerRecord
impl TryFrom<&RawRecord> for AccountTrailerRecord
impl Eq for AccountTrailerRecord
impl StructuralPartialEq for AccountTrailerRecord
Auto Trait Implementations§
impl Freeze for AccountTrailerRecord
impl RefUnwindSafe for AccountTrailerRecord
impl Send for AccountTrailerRecord
impl Sync for AccountTrailerRecord
impl Unpin for AccountTrailerRecord
impl UnsafeUnpin for AccountTrailerRecord
impl UnwindSafe for AccountTrailerRecord
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