pub struct MapSecretManager { /* private fields */ }Expand description
A simple secret manager that stores secrets in a HashMap
Implementations§
Trait Implementations§
Source§impl Debug for MapSecretManager
impl Debug for MapSecretManager
Source§impl Default for MapSecretManager
impl Default for MapSecretManager
Source§fn default() -> MapSecretManager
fn default() -> MapSecretManager
Returns the “default value” for a type. Read more
Source§impl SecretManager for MapSecretManager
impl SecretManager for MapSecretManager
Auto Trait Implementations§
impl !Freeze for MapSecretManager
impl RefUnwindSafe for MapSecretManager
impl Send for MapSecretManager
impl Sync for MapSecretManager
impl Unpin for MapSecretManager
impl UnsafeUnpin for MapSecretManager
impl UnwindSafe for MapSecretManager
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