Enum http1_spec::body_framing::BodyFraming [−][src]
pub enum BodyFraming {
ContentLength(usize),
Chunked,
Neither,
}Variants
ContentLength(usize)
Tuple Fields
0: usizeChunked
Neither
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BodyFraming
impl Send for BodyFraming
impl Sync for BodyFraming
impl Unpin for BodyFraming
impl UnwindSafe for BodyFraming
Blanket Implementations
Mutably borrows from an owned value. Read more