pub struct InMemorySecretStore(/* private fields */);Implementations§
Trait Implementations§
Source§impl Default for InMemorySecretStore
impl Default for InMemorySecretStore
Source§fn default() -> InMemorySecretStore
fn default() -> InMemorySecretStore
Returns the “default value” for a type. Read more
Source§impl SecretStore for InMemorySecretStore
impl SecretStore for InMemorySecretStore
Auto Trait Implementations§
impl !Freeze for InMemorySecretStore
impl RefUnwindSafe for InMemorySecretStore
impl Send for InMemorySecretStore
impl Sync for InMemorySecretStore
impl Unpin for InMemorySecretStore
impl UnsafeUnpin for InMemorySecretStore
impl UnwindSafe for InMemorySecretStore
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