Struct JsonDeserialize
pub struct JsonDeserialize {}
Expand description
The batch deserialize json.
Implementations§
§impl JsonDeserialize
The batch deserialize json implementation.
impl JsonDeserialize
The batch deserialize json implementation.
Auto Trait Implementations§
impl Freeze for JsonDeserialize
impl RefUnwindSafe for JsonDeserialize
impl Send for JsonDeserialize
impl Sync for JsonDeserialize
impl Unpin for JsonDeserialize
impl UnwindSafe for JsonDeserialize
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