pub struct GermanParser;Trait Implementations§
Source§impl LanguageParser for GermanParser
impl LanguageParser for GermanParser
fn parse<'a>( &self, input: &'a str, ) -> Result<TimeExpression, ParseError<&'a str, ContextError>>
Auto Trait Implementations§
impl Freeze for GermanParser
impl RefUnwindSafe for GermanParser
impl Send for GermanParser
impl Sync for GermanParser
impl Unpin for GermanParser
impl UnwindSafe for GermanParser
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