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