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

pub struct WithHeaders { /* fields omitted */ }

Wrap a Filter to always set multiple headers.

Trait Implementations

impl Clone for WithHeaders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WithHeaders
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WithHeaders

impl Sync for WithHeaders