Enum chrono_english::Dialect[][src]

pub enum Dialect {
    Uk,
    Us,
}

Variants

Trait Implementations

impl Clone for Dialect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dialect
[src]

Auto Trait Implementations

impl Send for Dialect

impl Sync for Dialect