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