Struct kube_client::client::middleware::BaseUriLayer [−][src]
pub struct BaseUriLayer { /* fields omitted */ }This is supported on crate feature
client only.Expand description
Layer that applies BaseUri which makes all requests relative to the URI.
Path in the base URI is preseved.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BaseUriLayer
impl Send for BaseUriLayer
impl Sync for BaseUriLayer
impl Unpin for BaseUriLayer
impl UnwindSafe for BaseUriLayer
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
