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
Past
Present
Future
Trait Implementations
impl Clone for Tense
[src]
fn clone(&self) -> Tense
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more