pub struct AwsSigv4Secret {
pub access_key_id: String,
pub secret_access_key: String,
pub region: String,
pub service: String,
}Fields§
§access_key_id: String§secret_access_key: String§region: String§service: StringTrait Implementations§
Source§impl Clone for AwsSigv4Secret
impl Clone for AwsSigv4Secret
Source§fn clone(&self) -> AwsSigv4Secret
fn clone(&self) -> AwsSigv4Secret
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 moreAuto Trait Implementations§
impl Freeze for AwsSigv4Secret
impl RefUnwindSafe for AwsSigv4Secret
impl Send for AwsSigv4Secret
impl Sync for AwsSigv4Secret
impl Unpin for AwsSigv4Secret
impl UnwindSafe for AwsSigv4Secret
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