Struct asciii::document_export::ExportConfig [] [src]

pub struct ExportConfig<'a> {
    pub select: StorageSelection,
    pub template_name: &'a str,
    pub bill_type: Option<BillType>,
    pub output: Option<&'a Path>,
    pub dry_run: bool,
    pub force: bool,
    pub print_only: bool,
    pub open: bool,
}

Fields

Trait Implementations

impl<'a> Debug for ExportConfig<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Default for ExportConfig<'a>
[src]

[src]

Returns the "default value" for a type. Read more