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