Struct harper_core::parsers::PlainEnglish
source · pub struct PlainEnglish;
Expand description
A parser that will attempt to lex as many tokens a possible, without discrimination and until the end of input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainEnglish
impl RefUnwindSafe for PlainEnglish
impl Send for PlainEnglish
impl Sync for PlainEnglish
impl Unpin for PlainEnglish
impl UnwindSafe for PlainEnglish
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