pub struct ProtobufStreamFormat;
Implementations§
Trait Implementations§
Source§impl<T> StreamingFormat<T> for ProtobufStreamFormat
impl<T> StreamingFormat<T> for ProtobufStreamFormat
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, options: &StreamBodyAsOptions, ) -> Option<HeaderMap>
Auto Trait Implementations§
impl Freeze for ProtobufStreamFormat
impl RefUnwindSafe for ProtobufStreamFormat
impl Send for ProtobufStreamFormat
impl Sync for ProtobufStreamFormat
impl Unpin for ProtobufStreamFormat
impl UnwindSafe for ProtobufStreamFormat
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