pub struct WhitespaceHandler;Trait Implementations§
Source§impl Debug for WhitespaceHandler
impl Debug for WhitespaceHandler
Source§impl StateHandler for WhitespaceHandler
impl StateHandler for WhitespaceHandler
fn can_handle(&self, state: &ParseState) -> bool
fn handle(&self, state: &mut ParseState) -> Result<bool, FuzzyJsonError>
Auto Trait Implementations§
impl Freeze for WhitespaceHandler
impl RefUnwindSafe for WhitespaceHandler
impl Send for WhitespaceHandler
impl Sync for WhitespaceHandler
impl Unpin for WhitespaceHandler
impl UnwindSafe for WhitespaceHandler
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