Enum sozu_lib::parser::http11::HeaderResult[][src]

pub enum HeaderResult<T> {
    Value(T),
    None,
    Error,
}

Variants

Trait Implementations

impl<T: PartialEq> PartialEq for HeaderResult<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Debug> Debug for HeaderResult<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for HeaderResult<T> where
    T: Send

impl<T> Sync for HeaderResult<T> where
    T: Sync