Struct rusty_s3::credentials::RotatingCredentials
source · [−]pub struct RotatingCredentials { /* private fields */ }Expand description
Credentials that can be rotated
This struct can be cloned and shared around the rest of
the application and will always yield the latest credentials,
by calling RotatingCredentials::get.
Credentials can be updated by calling RotatingCredentials::update.
Implementations
Trait Implementations
sourceimpl Clone for RotatingCredentials
impl Clone for RotatingCredentials
sourceimpl Debug for RotatingCredentials
impl Debug for RotatingCredentials
sourceimpl PartialEq<RotatingCredentials> for RotatingCredentials
impl PartialEq<RotatingCredentials> for RotatingCredentials
sourcefn eq(&self, other: &RotatingCredentials) -> bool
fn eq(&self, other: &RotatingCredentials) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
Auto Trait Implementations
impl RefUnwindSafe for RotatingCredentials
impl Send for RotatingCredentials
impl Sync for RotatingCredentials
impl Unpin for RotatingCredentials
impl UnwindSafe for RotatingCredentials
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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