Struct asciii::print::ListConfig [] [src]

pub struct ListConfig<'a> {
    pub mode: ListMode,
    pub show_errors: bool,
    pub git_status: bool,
    pub sort_by: &'a str,
    pub filter_by: Option<Vec<&'a str>>,
    pub use_colors: bool,
    pub details: Option<Vec<&'a str>>,
}

Configuration for this list output.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

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