pub struct SecretsManagerSecretLookup { /* private fields */ }Expand description
Cross-service helper: implements SecretLookup so other crates
(ECS repositoryCredentials, container secrets[], etc.) can ask
“does this secret exist in (account, region)?” without taking a
direct dependency on awsim-secretsmanager’s internals.
Implementations§
Source§impl SecretsManagerSecretLookup
impl SecretsManagerSecretLookup
pub fn new(store: AccountRegionStore<SecretsState>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecretsManagerSecretLookup
impl !RefUnwindSafe for SecretsManagerSecretLookup
impl Send for SecretsManagerSecretLookup
impl Sync for SecretsManagerSecretLookup
impl Unpin for SecretsManagerSecretLookup
impl UnsafeUnpin for SecretsManagerSecretLookup
impl !UnwindSafe for SecretsManagerSecretLookup
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