Struct toodoux::config::MainConfig[][src]

pub struct MainConfig { /* fields omitted */ }

Implementations

impl MainConfig[src]

pub fn new(
    interactive_editor: impl Into<Option<String>>,
    tasks_file: impl Into<PathBuf>,
    todo_alias: impl Into<String>,
    wip_alias: impl Into<String>,
    done_alias: impl Into<String>,
    cancelled_alias: impl Into<String>,
    uid_col_name: impl Into<String>,
    age_col_name: impl Into<String>,
    spent_col_name: impl Into<String>,
    prio_col_name: impl Into<String>,
    project_col_name: impl Into<String>,
    tags_col_name: impl Into<String>,
    status_col_name: impl Into<String>,
    description_col_name: impl Into<String>,
    notes_nb_col_name: impl Into<String>,
    display_empty_cols: bool,
    max_description_lines: usize,
    display_tags_listings: bool,
    previous_notes_help: bool
) -> Self
[src]

Trait Implementations

impl Debug for MainConfig[src]

impl Default for MainConfig[src]

impl<'de> Deserialize<'de> for MainConfig where
    MainConfig: Default
[src]

impl Serialize for MainConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.