Struct kube_client::client::middleware::ExtraHeadersLayer
source · [−]pub struct ExtraHeadersLayer { /* private fields */ }This is supported on crate feature
client only.Expand description
Layer that adds a static set of extra headers to each request
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtraHeadersLayer
impl Send for ExtraHeadersLayer
impl Sync for ExtraHeadersLayer
impl Unpin for ExtraHeadersLayer
impl UnwindSafe for ExtraHeadersLayer
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more