Enum sozu_lib::buffer_queue::OutputElement
source · pub enum OutputElement {
Slice(usize),
Delete(usize),
Insert(Vec<u8>),
Splice(usize),
}Variants§
Trait Implementations§
source§impl Clone for OutputElement
impl Clone for OutputElement
source§fn clone(&self) -> OutputElement
fn clone(&self) -> OutputElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OutputElement
impl Debug for OutputElement
source§impl PartialEq<OutputElement> for OutputElement
impl PartialEq<OutputElement> for OutputElement
source§fn eq(&self, other: &OutputElement) -> bool
fn eq(&self, other: &OutputElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for OutputElement
impl StructuralEq for OutputElement
impl StructuralPartialEq for OutputElement
Auto Trait Implementations§
impl RefUnwindSafe for OutputElement
impl Send for OutputElement
impl Sync for OutputElement
impl Unpin for OutputElement
impl UnwindSafe for OutputElement
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.