Struct cronparse::crontab::UserInfo [] [src]

pub struct UserInfo(pub String, pub Option<String>, pub Option<String>);

Trait Implementations

impl PartialEq for UserInfo
[src]

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

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

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

This method tests for !=.

impl Debug for UserInfo
[src]

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

Formats the value using the given formatter.

impl FromStr for UserInfo
[src]

type Err = UserInfoParseError

The associated error which can be returned from parsing.

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

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