Struct cronparse::crontab::EnvVarEntry [] [src]

pub struct EnvVarEntry(pub String, pub String);

Trait Implementations

impl PartialEq for EnvVarEntry
[src]

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

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

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

This method tests for !=.

impl Debug for EnvVarEntry
[src]

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

Formats the value using the given formatter.

impl ToCrontabEntry for EnvVarEntry
[src]

impl FromStr for EnvVarEntry
[src]

type Err = CrontabEntryParseError

The associated error which can be returned from parsing.

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

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