pub struct AccountingLayerSettings {
pub include_accounts: bool,
pub je_as_hyperedges: bool,
}Expand description
Layer 3: Accounting Network layer settings.
Fields§
§include_accounts: boolInclude GL account nodes.
je_as_hyperedges: boolExport journal entries as hyperedges (debit+credit accounts as participants).
Trait Implementations§
Source§impl Clone for AccountingLayerSettings
impl Clone for AccountingLayerSettings
Source§fn clone(&self) -> AccountingLayerSettings
fn clone(&self) -> AccountingLayerSettings
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 AccountingLayerSettings
impl Debug for AccountingLayerSettings
Source§impl Default for AccountingLayerSettings
impl Default for AccountingLayerSettings
Source§impl<'de> Deserialize<'de> for AccountingLayerSettings
impl<'de> Deserialize<'de> for AccountingLayerSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AccountingLayerSettings
impl RefUnwindSafe for AccountingLayerSettings
impl Send for AccountingLayerSettings
impl Sync for AccountingLayerSettings
impl Unpin for AccountingLayerSettings
impl UnsafeUnpin for AccountingLayerSettings
impl UnwindSafe for AccountingLayerSettings
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