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

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

Trait Implementations

impl Display for UserInfo

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

impl FromStr for UserInfo

type Err = UserInfoParseError

fn from_str(s: &str) -> Result<UserInfo, UserInfoParseError>

Derived Implementations

impl PartialEq for UserInfo

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

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

impl Debug for UserInfo

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