Enum chrono_humanize::Tense
source · pub enum Tense {
Past,
Present,
Future,
}
Expand description
Indicates the time of the period in relation to the time of the utterance
Variants§
Trait Implementations§
source§impl PartialEq<Tense> for Tense
impl PartialEq<Tense> for Tense
source§impl PartialOrd<Tense> for Tense
impl PartialOrd<Tense> for Tense
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Tense
impl StructuralPartialEq for Tense
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more