pub struct StatementLineInfo {
pub value_date: NaiveDate,
pub entry_date: Option<NaiveDate>,
pub raw_line: String,
}
Expand description
Parsed information from a statement line (Field 61)
Fields§
§value_date: NaiveDate
§entry_date: Option<NaiveDate>
§raw_line: String
Trait Implementations§
Source§impl Clone for StatementLineInfo
impl Clone for StatementLineInfo
Source§fn clone(&self) -> StatementLineInfo
fn clone(&self) -> StatementLineInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StatementLineInfo
impl RefUnwindSafe for StatementLineInfo
impl Send for StatementLineInfo
impl Sync for StatementLineInfo
impl Unpin for StatementLineInfo
impl UnwindSafe for StatementLineInfo
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