pub struct JsonWriter;Trait Implementations§
Source§impl<T> OutputWriter<T> for JsonWriterwhere
T: Serialize,
impl<T> OutputWriter<T> for JsonWriterwhere
T: Serialize,
type Properties = JsonProperties
fn write( data: T, sink: &dyn OutputSink, _: Self::Properties, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for JsonWriter
impl RefUnwindSafe for JsonWriter
impl Send for JsonWriter
impl Sync for JsonWriter
impl Unpin for JsonWriter
impl UnwindSafe for JsonWriter
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