pub struct UnimplementedSecretsProvider;
Expand description
Stub Secrets Manager provider; real implementation will sit behind the aws-sdk
feature.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnimplementedSecretsProvider
impl RefUnwindSafe for UnimplementedSecretsProvider
impl Send for UnimplementedSecretsProvider
impl Sync for UnimplementedSecretsProvider
impl Unpin for UnimplementedSecretsProvider
impl UnwindSafe for UnimplementedSecretsProvider
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