Enum sozu_lib::network::buffer_queue::OutputElement [] [src]

pub enum OutputElement {
    Slice(usize),
    Delete(usize),
    Insert(Vec<u8>),
    Splice(usize),
}

Variants

length in the stream

Trait Implementations

impl Debug for OutputElement
[src]

Formats the value using the given formatter.

impl PartialEq for OutputElement
[src]

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

This method tests for !=.

impl Clone for OutputElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more