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