pub struct TimeParser { /* private fields */ }Implementations§
Source§impl TimeParser
impl TimeParser
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