pub struct ApiKeyCredentials { /* private fields */ }Expand description
Simple API key authentication
Implementations§
Trait Implementations§
Source§impl Clone for ApiKeyCredentials
impl Clone for ApiKeyCredentials
Source§fn clone(&self) -> ApiKeyCredentials
fn clone(&self) -> ApiKeyCredentials
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Credentials for ApiKeyCredentials
impl Credentials for ApiKeyCredentials
Auto Trait Implementations§
impl Freeze for ApiKeyCredentials
impl RefUnwindSafe for ApiKeyCredentials
impl Send for ApiKeyCredentials
impl Sync for ApiKeyCredentials
impl Unpin for ApiKeyCredentials
impl UnsafeUnpin for ApiKeyCredentials
impl UnwindSafe for ApiKeyCredentials
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