Enum todotxt::Recurrence [] [src]

pub enum Recurrence {
    Daily(boolu16),
    BDaily(boolu16),
    Monthly(boolu16),
    Weekly(boolu16),
    Yearly(boolu16),
}

Variants

Trait Implementations

impl Debug for Recurrence
[src]

Formats the value using the given formatter.

impl Eq for Recurrence
[src]

impl PartialEq for Recurrence
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromStr for Recurrence
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for Recurrence
[src]

Formats the value using the given formatter. Read more