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