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