pub struct ResolvedCredentials {
pub api_key: SecretValue,
pub api_secret: SecretValue,
}Fields§
§api_key: SecretValue§api_secret: SecretValueTrait Implementations§
Source§impl Clone for ResolvedCredentials
impl Clone for ResolvedCredentials
Source§fn clone(&self) -> ResolvedCredentials
fn clone(&self) -> ResolvedCredentials
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 ResolvedCredentials
impl RefUnwindSafe for ResolvedCredentials
impl Send for ResolvedCredentials
impl Sync for ResolvedCredentials
impl Unpin for ResolvedCredentials
impl UnsafeUnpin for ResolvedCredentials
impl UnwindSafe for ResolvedCredentials
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