pub struct ForwardDateRefiner;Expand description
Refiner that pushes ambiguous calendar dates into the future when needed.
Trait Implementations§
Source§impl Refiner for ForwardDateRefiner
impl Refiner for ForwardDateRefiner
Source§fn refine(
&self,
context: &ParsingContext<'_>,
results: Vec<ParsedResult>,
) -> Vec<ParsedResult>
fn refine( &self, context: &ParsingContext<'_>, results: Vec<ParsedResult>, ) -> Vec<ParsedResult>
Transform the current list of parsed results.
Auto Trait Implementations§
impl Freeze for ForwardDateRefiner
impl RefUnwindSafe for ForwardDateRefiner
impl Send for ForwardDateRefiner
impl Sync for ForwardDateRefiner
impl Unpin for ForwardDateRefiner
impl UnsafeUnpin for ForwardDateRefiner
impl UnwindSafe for ForwardDateRefiner
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