pub struct FilingGeneratorConfig {
pub filing_types: Vec<String>,
pub generate_status_progression: bool,
}Expand description
Configuration for filing generation.
Fields§
§filing_types: Vec<String>Filing types to include (empty = all applicable).
generate_status_progression: boolWhether to generate status progression.
Trait Implementations§
Source§impl Clone for FilingGeneratorConfig
impl Clone for FilingGeneratorConfig
Source§fn clone(&self) -> FilingGeneratorConfig
fn clone(&self) -> FilingGeneratorConfig
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 FilingGeneratorConfig
impl Debug for FilingGeneratorConfig
Auto Trait Implementations§
impl Freeze for FilingGeneratorConfig
impl RefUnwindSafe for FilingGeneratorConfig
impl Send for FilingGeneratorConfig
impl Sync for FilingGeneratorConfig
impl Unpin for FilingGeneratorConfig
impl UnsafeUnpin for FilingGeneratorConfig
impl UnwindSafe for FilingGeneratorConfig
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