Struct kube_client::client::middleware::AuthLayer
source · pub struct AuthLayer(/* private fields */);
Expand description
Layer to set up Authorization
header depending on the config.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AuthLayer
impl !RefUnwindSafe for AuthLayer
impl Send for AuthLayer
impl Sync for AuthLayer
impl Unpin for AuthLayer
impl !UnwindSafe for AuthLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more