pub struct GermanParser;Expand description
Parser for German natural language time expressions.
German nouns (e.g., “Sekunden”, “Minuten”) are matched case-sensitively to follow German orthographic rules, while abbreviations (e.g., “sek”, “min”) are matched case-insensitively for convenience.
Trait Implementations§
Source§impl LanguageParser for GermanParser
impl LanguageParser for GermanParser
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