pub struct ApiKeyInjector { /* private fields */ }Expand description
Injects an x-api-key header.
Implementations§
Trait Implementations§
Source§impl AuthInjector for ApiKeyInjector
impl AuthInjector for ApiKeyInjector
Source§impl Clone for ApiKeyInjector
impl Clone for ApiKeyInjector
Source§fn clone(&self) -> ApiKeyInjector
fn clone(&self) -> ApiKeyInjector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ApiKeyInjector
impl RefUnwindSafe for ApiKeyInjector
impl Send for ApiKeyInjector
impl Sync for ApiKeyInjector
impl Unpin for ApiKeyInjector
impl UnsafeUnpin for ApiKeyInjector
impl UnwindSafe for ApiKeyInjector
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