pub struct SecretKeyCredential {
pub auth_id: String,
pub auth_token: String,
}
Fields§
§auth_id: String
§auth_token: String
Implementations§
Trait Implementations§
Source§impl AuthClone for SecretKeyCredential
impl AuthClone for SecretKeyCredential
fn clone_box(&self) -> Box<dyn Authenticate>
Source§impl Authenticate for SecretKeyCredential
impl Authenticate for SecretKeyCredential
Source§fn authenticate(&self, request: RequestBuilder) -> RequestBuilder
fn authenticate(&self, request: RequestBuilder) -> RequestBuilder
Authenticates the Request with the given authentication credentials
Source§impl Clone for SecretKeyCredential
impl Clone for SecretKeyCredential
Source§fn clone(&self) -> SecretKeyCredential
fn clone(&self) -> SecretKeyCredential
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 Debug for SecretKeyCredential
impl Debug for SecretKeyCredential
Source§impl PartialEq for SecretKeyCredential
impl PartialEq for SecretKeyCredential
impl StructuralPartialEq for SecretKeyCredential
Auto Trait Implementations§
impl Freeze for SecretKeyCredential
impl RefUnwindSafe for SecretKeyCredential
impl Send for SecretKeyCredential
impl Sync for SecretKeyCredential
impl Unpin for SecretKeyCredential
impl UnwindSafe for SecretKeyCredential
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