pub struct JsonConverter {}Expand description
JsonConverter implements the logic for converting a Val into the json output format.
Implementations§
Source§impl JsonConverter
impl JsonConverter
Trait Implementations§
Source§impl Converter for JsonConverter
impl Converter for JsonConverter
Source§impl Importer for JsonConverter
impl Importer for JsonConverter
fn import(&self, bytes: &[u8]) -> ImportResult
Auto Trait Implementations§
impl Freeze for JsonConverter
impl RefUnwindSafe for JsonConverter
impl Send for JsonConverter
impl Sync for JsonConverter
impl Unpin for JsonConverter
impl UnwindSafe for JsonConverter
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