Struct amazon_sp_api_shared::configuration::AWSv4Key
source · [−]pub struct AWSv4Key {
pub access_key: String,
pub secret_key: SecretString,
pub region: String,
pub service: String,
}
Fields
access_key: String
secret_key: SecretString
region: String
service: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AWSv4Key
impl Send for AWSv4Key
impl Sync for AWSv4Key
impl Unpin for AWSv4Key
impl UnwindSafe for AWSv4Key
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more