[][src]Enum chrono_humanize::Tense

pub enum Tense {
    Past,
    Present,
    Future,
}

Indicates the time of the period in relation to the time of the utterance

Variants

Past
Present
Future

Trait Implementations

impl Clone for Tense[src]

impl Copy for Tense[src]

impl Debug for Tense[src]

impl Hash for Tense[src]

impl PartialEq<Tense> for Tense[src]

impl PartialOrd<Tense> for Tense[src]

impl StructuralPartialEq for Tense[src]

Auto Trait Implementations

impl RefUnwindSafe for Tense

impl Send for Tense

impl Sync for Tense

impl Unpin for Tense

impl UnwindSafe for Tense

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.