pub struct Config {Show 17 fields
pub curr_time: DateTime<Utc>,
pub min_depth: Option<usize>,
pub max_depth: Option<usize>,
pub show_indent: bool,
pub all_files: bool,
pub order_files: Vec<OrderKind>,
pub order_name: bool,
pub filter_recent: Option<Recent>,
pub filter_type: Option<EntryKind>,
pub show_total: bool,
pub only_path: bool,
pub escape_path: bool,
pub null_path: bool,
pub abs_path: bool,
pub win_path: bool,
pub completion: Option<ShellKind>,
pub patterns: Vec<String>,
}Fields§
§curr_time: DateTime<Utc>§min_depth: Option<usize>§max_depth: Option<usize>§show_indent: bool§all_files: bool§order_files: Vec<OrderKind>§order_name: bool§filter_recent: Option<Recent>§filter_type: Option<EntryKind>§show_total: bool§only_path: bool§escape_path: bool§null_path: bool§abs_path: bool§win_path: bool§completion: Option<ShellKind>§patterns: Vec<String>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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