Struct warp::filters::log::Log[][src]

pub struct Log<F> { /* fields omitted */ }

Decorates a Filter to log requests and responses.

Trait Implementations

impl<F: Clone> Clone for Log<F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Copy> Copy for Log<F>
[src]

impl<F: Debug> Debug for Log<F>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<F> Send for Log<F> where
    F: Send

impl<F> Sync for Log<F> where
    F: Sync