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

pub struct WithDefaultHeader { /* fields omitted */ }

Wrap a Filter to set a header if it is not already set.

Trait Implementations

impl Clone for WithDefaultHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WithDefaultHeader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations