Enum xitca_http::h1::proto::codec::ChunkedState
source · pub enum ChunkedState {
Size,
SizeLws,
Extension,
SizeLf,
Body,
BodyCr,
BodyLf,
Trailer,
TrailerLf,
EndCr,
EndLf,
End,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for ChunkedState
impl Clone for ChunkedState
source§fn clone(&self) -> ChunkedState
fn clone(&self) -> ChunkedState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ChunkedState
impl Debug for ChunkedState
source§impl PartialEq for ChunkedState
impl PartialEq for ChunkedState
source§fn eq(&self, other: &ChunkedState) -> bool
fn eq(&self, other: &ChunkedState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ChunkedState
impl StructuralEq for ChunkedState
impl StructuralPartialEq for ChunkedState
Auto Trait Implementations§
impl RefUnwindSafe for ChunkedState
impl Send for ChunkedState
impl Sync for ChunkedState
impl Unpin for ChunkedState
impl UnwindSafe for ChunkedState
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