pub struct JsonFieldDetector { /* private fields */ }Expand description
Detects JSON format by checking for known field names in the body.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonFieldDetector
impl RefUnwindSafe for JsonFieldDetector
impl Send for JsonFieldDetector
impl Sync for JsonFieldDetector
impl Unpin for JsonFieldDetector
impl UnsafeUnpin for JsonFieldDetector
impl UnwindSafe for JsonFieldDetector
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