Struct cronparse::schedule::Hour [] [src]

pub struct Hour(pub u8);

Trait Implementations

impl Limited for Hour

fn min_value() -> Hour

fn max_value() -> Hour

impl Add<u8> for Hour

type Output = Hour

fn add(self, rhs: u8) -> Hour

impl Display for Hour

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

impl FromStr for Hour

type Err = ParseIntError

fn from_str(s: &str) -> Result<Hour, u8::Err>

Derived Implementations

impl Ord for Hour

fn cmp(&self, __arg_0: &Hour) -> Ordering

impl PartialOrd for Hour

fn partial_cmp(&self, __arg_0: &Hour) -> Option<Ordering>

fn lt(&self, __arg_0: &Hour) -> bool

fn le(&self, __arg_0: &Hour) -> bool

fn gt(&self, __arg_0: &Hour) -> bool

fn ge(&self, __arg_0: &Hour) -> bool

impl Eq for Hour

impl PartialEq for Hour

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

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

impl Copy for Hour

impl Clone for Hour

fn clone(&self) -> Hour

fn clone_from(&mut self, source: &Self)

impl Debug for Hour

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