pub struct WhiteSpaceParser(/* private fields */);Trait Implementations§
Source§impl Clone for WhiteSpaceParser
impl Clone for WhiteSpaceParser
Source§fn clone(&self) -> WhiteSpaceParser
fn clone(&self) -> WhiteSpaceParser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for WhiteSpaceParser
impl Default for WhiteSpaceParser
Source§impl Parser for WhiteSpaceParser
impl Parser for WhiteSpaceParser
fn parse<'a>( &self, registry: &ParserRegistry, input: &'a str, ) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for WhiteSpaceParser
impl RefUnwindSafe for WhiteSpaceParser
impl Send for WhiteSpaceParser
impl Sync for WhiteSpaceParser
impl Unpin for WhiteSpaceParser
impl UnsafeUnpin for WhiteSpaceParser
impl UnwindSafe for WhiteSpaceParser
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