Enum chrono_humanize::Tense [−][src]
pub enum Tense { Past, Present, Future, }
Indicates the time of the period in relation to the time of the utterance
Variants
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,