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