Enum sozu_lib::network::buffer_queue::InputElement [−][src]
Variants
Slice(usize)length in the stream
Splice(usize)
Trait Implementations
impl Debug for InputElement[src]
impl Debug for InputElementfn 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 InputElement[src]
impl PartialEq for InputElementfn eq(&self, other: &InputElement) -> bool[src]
fn eq(&self, other: &InputElement) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InputElement) -> bool[src]
fn ne(&self, other: &InputElement) -> boolThis method tests for !=.
impl Clone for InputElement[src]
impl Clone for InputElementfn clone(&self) -> InputElement[src]
fn clone(&self) -> InputElementReturns 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 InputElement
impl Send for InputElementimpl Sync for InputElement
impl Sync for InputElement