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