[][src]Enum log_types::Http

pub enum Http {
    Request,
    Response,
}

Delimit an HTTP request

The key of this enum is serialized as http_mark, the value is either request or response.

Variants

Request

Marks an HTTP Request.

Response

Marks an HTTP Response.

Trait Implementations

impl Debug for Http[src]

impl Source for Http[src]

fn get(&'v self, key: Key) -> Option<Value<'v>>[src]

Get the value for a given key. Read more

impl ToKey for Http[src]

impl ToValue for Http[src]

Auto Trait Implementations

impl Send for Http

impl Unpin for Http

impl Sync for Http

impl UnwindSafe for Http

impl RefUnwindSafe for Http

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]