pub struct AmbiguousDateFormat;Trait Implementations§
Source§impl Rule for AmbiguousDateFormat
impl Rule for AmbiguousDateFormat
Auto Trait Implementations§
impl Freeze for AmbiguousDateFormat
impl RefUnwindSafe for AmbiguousDateFormat
impl Send for AmbiguousDateFormat
impl Sync for AmbiguousDateFormat
impl Unpin for AmbiguousDateFormat
impl UnsafeUnpin for AmbiguousDateFormat
impl UnwindSafe for AmbiguousDateFormat
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