pub struct WSL;Trait Implementations§
Source§impl CharBool for WSL
impl CharBool for WSL
fn char_bool(&self, c: char) -> bool
fn expected(&self) -> Expected
fn one(self) -> OneChar<Self>
fn star(self) -> CharStar<Self>
Source§fn min_n(self, min: usize) -> CharMin<Self>
fn min_n(self, min: usize) -> CharMin<Self>
min_n not min to avoid ambiguity with std::cmp::Ord
fn plus(self) -> CharPlus<Self>
fn istar(self) -> ICharStar<Self>
fn iplus(self) -> ICharPlus<Self>
fn iexact(self, n: usize) -> ICharExact<Self>
fn exact(self, n: usize) -> CharExact<Self>
fn until<'a, P: Parser<'a>>(self, end: P) -> CharUntil<Self, P>
impl Copy for WSL
Auto Trait Implementations§
impl Freeze for WSL
impl RefUnwindSafe for WSL
impl Send for WSL
impl Sync for WSL
impl Unpin for WSL
impl UnwindSafe for WSL
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