pub struct AccessKeySecret(pub String);Expand description
S3 Credentials
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for AccessKeySecret
impl AsRef<str> for AccessKeySecret
Source§impl Clone for AccessKeySecret
impl Clone for AccessKeySecret
Source§fn clone(&self) -> AccessKeySecret
fn clone(&self) -> AccessKeySecret
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 AccessKeySecret
impl RefUnwindSafe for AccessKeySecret
impl Send for AccessKeySecret
impl Sync for AccessKeySecret
impl Unpin for AccessKeySecret
impl UnwindSafe for AccessKeySecret
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