pub struct Chunked { /* private fields */ }Implementations§
Trait Implementations§
Source§impl OwnedShape for Chunked
impl OwnedShape for Chunked
Source§impl<'req> Shape<'req> for Chunked
impl<'req> Shape<'req> for Chunked
type StreamInner = NeverStream
fn prepare( self, mode: Preparation, _gzip: Option<&mut Gzip>, out: &mut [u8], date: &[u8; 29], ) -> Prepared<Self::StreamInner>
fn response_view(&self) -> Option<ResponseView>
Auto Trait Implementations§
impl !Send for Chunked
impl !Sync for Chunked
impl Freeze for Chunked
impl RefUnwindSafe for Chunked
impl Unpin for Chunked
impl UnsafeUnpin for Chunked
impl UnwindSafe for Chunked
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