pub enum Dialect {
Uk,
Us,
}Expand description
Form of english dates to parse
Variants
Uk
Us
Trait Implementations
impl Copy for Dialect
impl Eq for Dialect
impl StructuralEq for Dialect
impl StructuralPartialEq for Dialect
Auto Trait Implementations
impl RefUnwindSafe for Dialect
impl Send for Dialect
impl Sync for Dialect
impl Unpin for Dialect
impl UnwindSafe for Dialect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more