[][src]Struct i3status_rs::blocks::taskwarrior::Taskwarrior

pub struct Taskwarrior {
    id: usize,
    output: TextWidget,
    update_interval: Duration,
    warning_threshold: u32,
    critical_threshold: u32,
    filters: Vec<Filter>,
    filter_index: usize,
    format: FormatTemplate,
    format_singular: FormatTemplate,
    format_everything_done: FormatTemplate,
}

Fields

id: usizeoutput: TextWidgetupdate_interval: Durationwarning_threshold: u32critical_threshold: u32filters: Vec<Filter>filter_index: usizeformat: FormatTemplateformat_singular: FormatTemplateformat_everything_done: FormatTemplate

Trait Implementations

impl Block for Taskwarrior[src]

impl ConfigBlock for Taskwarrior[src]

type Config = TaskwarriorConfig

Auto Trait Implementations

impl !RefUnwindSafe for Taskwarrior[src]

impl !Send for Taskwarrior[src]

impl !Sync for Taskwarrior[src]

impl Unpin for Taskwarrior[src]

impl UnwindSafe for Taskwarrior[src]

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> 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.