Struct datafusion::datasource::file_format::json::JsonSerializer
source · pub struct JsonSerializer { /* private fields */ }Expand description
Define a struct for serializing Json records to a stream
Implementations§
Trait Implementations§
source§impl BatchSerializer for JsonSerializer
impl BatchSerializer for JsonSerializer
Auto Trait Implementations§
impl RefUnwindSafe for JsonSerializer
impl Send for JsonSerializer
impl Sync for JsonSerializer
impl Unpin for JsonSerializer
impl UnwindSafe for JsonSerializer
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