pub struct SimdJsonProcessor;
Expand description
SIMD-accelerated JSON validator and parser
Implementations§
Source§impl SimdJsonProcessor
impl SimdJsonProcessor
Auto Trait Implementations§
impl Freeze for SimdJsonProcessor
impl RefUnwindSafe for SimdJsonProcessor
impl Send for SimdJsonProcessor
impl Sync for SimdJsonProcessor
impl Unpin for SimdJsonProcessor
impl UnwindSafe for SimdJsonProcessor
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