Struct cronparse::schedule::DayOfWeekParseError [] [src]

pub struct DayOfWeekParseError;

Trait Implementations

impl PartialEq for DayOfWeekParseError
[src]

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

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for DayOfWeekParseError
[src]

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

Formats the value using the given formatter.

impl Error for DayOfWeekParseError
[src]

fn cause(&self) -> Option<&Error>

The lower-level cause of this error, if any. Read more

fn description(&self) -> &str

A short description of the error. Read more

impl Display for DayOfWeekParseError
[src]

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

Formats the value using the given formatter.