Struct warp::filters::reply::WithHeader[][src]

pub struct WithHeader { /* fields omitted */ }

Wrap a Filter to always set a header.

Trait Implementations

impl Clone for WithHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WithHeader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WithHeader

impl Sync for WithHeader