Enum async_http_codec::BodyEncodeState
source · [−]pub enum BodyEncodeState {
Fixed {
_compression_state: (),
remaining: u64,
},
Chunked(Chunked),
Failed,
Closed,
}
Variants
Fixed
Chunked(Chunked)
Failed
Closed
Implementations
Auto Trait Implementations
impl RefUnwindSafe for BodyEncodeState
impl Send for BodyEncodeState
impl Sync for BodyEncodeState
impl Unpin for BodyEncodeState
impl UnwindSafe for BodyEncodeState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more