pub struct JsonNewLineStreamFormat;
Implementations§
Trait Implementations§
Source§impl<T> StreamingFormat<T> for JsonNewLineStreamFormat
impl<T> StreamingFormat<T> for JsonNewLineStreamFormat
fn to_bytes_stream<'a, 'b>( &'a self, stream: BoxStream<'b, Result<T, Error>>, _: &'a StreamBodyAsOptions, ) -> BoxStream<'b, Result<Bytes, Error>>
fn http_response_headers(&self, _: &StreamBodyAsOptions) -> Option<HeaderMap>
Auto Trait Implementations§
impl Freeze for JsonNewLineStreamFormat
impl RefUnwindSafe for JsonNewLineStreamFormat
impl Send for JsonNewLineStreamFormat
impl Sync for JsonNewLineStreamFormat
impl Unpin for JsonNewLineStreamFormat
impl UnwindSafe for JsonNewLineStreamFormat
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