Enum sozu_lib::network::buffer_queue::OutputElement
[−]
[src]
pub enum OutputElement { Slice(usize), Delete(usize), Insert(Vec<u8>), Splice(usize), }
Variants
Slice(usize)
length in the stream
Delete(usize)
Insert(Vec<u8>)
Splice(usize)
Trait Implementations
impl Debug for OutputElement
[src]
impl PartialEq for OutputElement
[src]
fn eq(&self, __arg_0: &OutputElement) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OutputElement) -> bool
This method tests for !=
.
impl Clone for OutputElement
[src]
fn clone(&self) -> OutputElement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more