pub struct SecretsManagerClient<'a> { /* private fields */ }Implementations§
Source§impl SecretsManagerClient<'_>
impl SecretsManagerClient<'_>
Sourcepub async fn tick_rotation(&self) -> Result<RotationTickResponse, Error>
pub async fn tick_rotation(&self) -> Result<RotationTickResponse, Error>
Tick the SecretsManager rotation scheduler.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SecretsManagerClient<'a>
impl<'a> !UnwindSafe for SecretsManagerClient<'a>
impl<'a> Freeze for SecretsManagerClient<'a>
impl<'a> Send for SecretsManagerClient<'a>
impl<'a> Sync for SecretsManagerClient<'a>
impl<'a> Unpin for SecretsManagerClient<'a>
impl<'a> UnsafeUnpin for SecretsManagerClient<'a>
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