pub struct AuditExportConfig {
pub fec_enabled: bool,
pub gobd_enabled: bool,
}Expand description
Audit export configuration flags.
Fields§
§fec_enabled: boolFrench FEC (Fichier des Écritures Comptables), Art. A47 A-1 LPF.
gobd_enabled: boolGerman GoBD (Grundsätze zur ordnungsmäßigen Führung und Aufbewahrung von Büchern, Aufzeichnungen und Unterlagen in elektronischer Form).
Trait Implementations§
Source§impl Clone for AuditExportConfig
impl Clone for AuditExportConfig
Source§fn clone(&self) -> AuditExportConfig
fn clone(&self) -> AuditExportConfig
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 AuditExportConfig
impl Debug for AuditExportConfig
Source§impl Default for AuditExportConfig
impl Default for AuditExportConfig
Source§fn default() -> AuditExportConfig
fn default() -> AuditExportConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditExportConfig
impl RefUnwindSafe for AuditExportConfig
impl Send for AuditExportConfig
impl Sync for AuditExportConfig
impl Unpin for AuditExportConfig
impl UnsafeUnpin for AuditExportConfig
impl UnwindSafe for AuditExportConfig
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