pub struct RawRecord { /* private fields */ }Expand description
A parsed BAI2 record with raw fields preserved.
Implementations§
Trait Implementations§
Source§impl TryFrom<&RawRecord> for AccountIdentifierRecord
impl TryFrom<&RawRecord> for AccountIdentifierRecord
Source§impl TryFrom<&RawRecord> for AccountTrailerRecord
impl TryFrom<&RawRecord> for AccountTrailerRecord
Source§impl TryFrom<&RawRecord> for ContinuationRecord
impl TryFrom<&RawRecord> for ContinuationRecord
Source§impl TryFrom<&RawRecord> for FileHeaderRecord
impl TryFrom<&RawRecord> for FileHeaderRecord
Source§impl TryFrom<&RawRecord> for FileTrailerRecord
impl TryFrom<&RawRecord> for FileTrailerRecord
Source§impl TryFrom<&RawRecord> for GroupHeaderRecord
impl TryFrom<&RawRecord> for GroupHeaderRecord
Source§impl TryFrom<&RawRecord> for GroupTrailerRecord
impl TryFrom<&RawRecord> for GroupTrailerRecord
Source§impl TryFrom<&RawRecord> for TransactionDetailRecord
impl TryFrom<&RawRecord> for TransactionDetailRecord
impl Eq for RawRecord
impl StructuralPartialEq for RawRecord
Auto Trait Implementations§
impl Freeze for RawRecord
impl RefUnwindSafe for RawRecord
impl Send for RawRecord
impl Sync for RawRecord
impl Unpin for RawRecord
impl UnsafeUnpin for RawRecord
impl UnwindSafe for RawRecord
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