pub struct Whitespace;Trait Implementations§
Source§impl Debug for Whitespace
impl Debug for Whitespace
Source§impl<'input, G> Symbol<'input, G> for Whitespace
impl<'input, G> Symbol<'input, G> for Whitespace
type Output = ()
fn pretty_print(&self) -> String
fn parse(&self, _: &mut G, start: Input<'input>) -> ParseResult<'input, ()>
fn parse_complete( &self, grammar: &mut G, text: &'input str, ) -> Result<Self::Output, Error<'input>>
fn parse_prefix( &self, grammar: &mut G, text: &'input str, ) -> ParseResult<'input, Self::Output>
Auto Trait Implementations§
impl Freeze for Whitespace
impl RefUnwindSafe for Whitespace
impl Send for Whitespace
impl Sync for Whitespace
impl Unpin for Whitespace
impl UnwindSafe for Whitespace
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