pub struct MergeDateTimeRefiner;Expand description
Refiner that combines adjacent date-only and time-only matches.
Trait Implementations§
Source§impl Refiner for MergeDateTimeRefiner
impl Refiner for MergeDateTimeRefiner
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 MergeDateTimeRefiner
impl RefUnwindSafe for MergeDateTimeRefiner
impl Send for MergeDateTimeRefiner
impl Sync for MergeDateTimeRefiner
impl Unpin for MergeDateTimeRefiner
impl UnsafeUnpin for MergeDateTimeRefiner
impl UnwindSafe for MergeDateTimeRefiner
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