pub struct EnglishParser;Trait Implementations§
Source§impl LanguageParser for EnglishParser
impl LanguageParser for EnglishParser
Auto Trait Implementations§
impl Freeze for EnglishParser
impl RefUnwindSafe for EnglishParser
impl Send for EnglishParser
impl Sync for EnglishParser
impl Unpin for EnglishParser
impl UnwindSafe for EnglishParser
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