Enum sozu_lib::parser::http11::Chunk [] [src]

pub enum Chunk {
    Initial,
    Copying,
    CopyingLastHeader,
    Ended,
    Error,
}

Variants

Methods

impl Chunk
[src]

Trait Implementations

impl PartialEq for Chunk
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Chunk
[src]

Formats the value using the given formatter.

impl Clone for Chunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Chunk
[src]