Struct amazon_sp_catalog_items::apis::configuration::AWSv4Key
[−]pub struct AWSv4Key {
pub access_key: String,
pub secret_key: Secret<String>,
pub region: String,
pub service: String,
}
Fields
access_key: String
secret_key: Secret<String>
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