pub struct RecordWithConf {
pub rec: RecordFlatten,
pub conf: SettlementSettings,
}Expand description
Settlement settings and csv data are flushed to a new struct. It is used for converting into descriptive and detail data blocks
Fields§
§rec: RecordFlatten§conf: SettlementSettingsImplementations§
Trait Implementations§
Source§impl Clone for RecordWithConf
impl Clone for RecordWithConf
Source§fn clone(&self) -> RecordWithConf
fn clone(&self) -> RecordWithConf
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 RecordWithConf
impl Debug for RecordWithConf
Source§impl Default for RecordWithConf
impl Default for RecordWithConf
Source§fn default() -> RecordWithConf
fn default() -> RecordWithConf
Returns the “default value” for a type. Read more
Source§impl From<RecordWithConf> for DetailBlock
impl From<RecordWithConf> for DetailBlock
Source§fn from(rec_conf: RecordWithConf) -> Self
fn from(rec_conf: RecordWithConf) -> Self
Converts to this type from the input type.
Source§impl Hash for RecordWithConf
impl Hash for RecordWithConf
Source§impl Ord for RecordWithConf
impl Ord for RecordWithConf
Source§fn cmp(&self, other: &RecordWithConf) -> Ordering
fn cmp(&self, other: &RecordWithConf) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecordWithConf
impl PartialEq for RecordWithConf
Source§impl PartialOrd for RecordWithConf
impl PartialOrd for RecordWithConf
impl Eq for RecordWithConf
impl StructuralPartialEq for RecordWithConf
Auto Trait Implementations§
impl Freeze for RecordWithConf
impl RefUnwindSafe for RecordWithConf
impl Send for RecordWithConf
impl Sync for RecordWithConf
impl Unpin for RecordWithConf
impl UnwindSafe for RecordWithConf
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