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

pub enum InputElement {
    Slice(usize),
    Splice(usize),
}

Variants

length in the stream

Trait Implementations

impl Debug for InputElement
[src]

Formats the value using the given formatter. Read more

impl PartialEq for InputElement
[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 InputElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations