Enum todotxt::Recurrence [] [src]

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

Variants

Daily(boolu16)BDaily(boolu16)Monthly(boolu16)Weekly(boolu16)Yearly(boolu16)

Trait Implementations

impl PartialEq for Recurrence
[src]

fn eq(&self, __arg_0: &Recurrence) -> bool

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

fn ne(&self, __arg_0: &Recurrence) -> bool

This method tests for !=.

impl Eq for Recurrence
[src]

impl Debug for Recurrence
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FromStr for Recurrence
[src]

type Err = ()

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<Recurrence()>

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