pub struct DateParser;
Expand description
A parser for date-related expressions using the pest
parser library.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateParser
impl RefUnwindSafe for DateParser
impl Send for DateParser
impl Sync for DateParser
impl Unpin for DateParser
impl UnwindSafe for DateParser
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