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

pub struct EnvVarEntry(pub String, pub String);

Trait Implementations

impl Display for EnvVarEntry

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

impl FromStr for EnvVarEntry

type Err = CrontabEntryParseError

fn from_str(s: &str) -> Result<EnvVarEntry, CrontabEntryParseError>

Derived Implementations

impl PartialEq for EnvVarEntry

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

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

impl Debug for EnvVarEntry

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