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