pub struct DEMonthNameParser;Expand description
German month name parser
Implementations§
Trait Implementations§
Source§impl Default for DEMonthNameParser
impl Default for DEMonthNameParser
Source§impl Parser for DEMonthNameParser
impl Parser for DEMonthNameParser
Source§fn should_apply(&self, _context: &ParsingContext<'_>) -> bool
fn should_apply(&self, _context: &ParsingContext<'_>) -> bool
Check if this parser should run on the given context
This is a fast pre-filter to skip parsers that won’t match
Source§fn parse(&self, context: &ParsingContext<'_>) -> Result<Vec<ParsedResult>>
fn parse(&self, context: &ParsingContext<'_>) -> Result<Vec<ParsedResult>>
Parse the text and return all matches
Auto Trait Implementations§
impl Freeze for DEMonthNameParser
impl RefUnwindSafe for DEMonthNameParser
impl Send for DEMonthNameParser
impl Sync for DEMonthNameParser
impl Unpin for DEMonthNameParser
impl UnsafeUnpin for DEMonthNameParser
impl UnwindSafe for DEMonthNameParser
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