pub struct GroupTrailerRecord { /* private fields */ }Expand description
BAI2 group trailer record.
Implementations§
Source§impl GroupTrailerRecord
impl GroupTrailerRecord
Sourcepub const fn group_control_total(&self) -> Option<i128>
pub const fn group_control_total(&self) -> Option<i128>
Returns the optional group control total.
Sourcepub const fn account_count(&self) -> Option<usize>
pub const fn account_count(&self) -> Option<usize>
Returns the optional account count.
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 GroupTrailerRecord
impl Clone for GroupTrailerRecord
Source§fn clone(&self) -> GroupTrailerRecord
fn clone(&self) -> GroupTrailerRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupTrailerRecord
impl Debug for GroupTrailerRecord
impl Eq for GroupTrailerRecord
Source§impl PartialEq for GroupTrailerRecord
impl PartialEq for GroupTrailerRecord
Source§fn eq(&self, other: &GroupTrailerRecord) -> bool
fn eq(&self, other: &GroupTrailerRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupTrailerRecord
Auto Trait Implementations§
impl Freeze for GroupTrailerRecord
impl RefUnwindSafe for GroupTrailerRecord
impl Send for GroupTrailerRecord
impl Sync for GroupTrailerRecord
impl Unpin for GroupTrailerRecord
impl UnsafeUnpin for GroupTrailerRecord
impl UnwindSafe for GroupTrailerRecord
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