Enum sozu_lib::network::buffer_queue::OutputElement [−][src]
Variants
Slice(usize)length in the stream
Delete(usize)Insert(Vec<u8>)Splice(usize)
Trait Implementations
impl Debug for OutputElement[src]
impl Debug for OutputElementfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for OutputElement[src]
impl PartialEq for OutputElementfn eq(&self, other: &OutputElement) -> bool[src]
fn eq(&self, other: &OutputElement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &OutputElement) -> bool[src]
fn ne(&self, other: &OutputElement) -> boolThis method tests for !=.
impl Clone for OutputElement[src]
impl Clone for OutputElementfn clone(&self) -> OutputElement[src]
fn clone(&self) -> OutputElementReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for OutputElement
impl Send for OutputElementimpl Sync for OutputElement
impl Sync for OutputElement