pub struct InMemoryCredentialVault { /* private fields */ }Expand description
In-memory credential store, useful for tests and embedded deployments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for InMemoryCredentialVault
impl !UnwindSafe for InMemoryCredentialVault
impl Freeze for InMemoryCredentialVault
impl Send for InMemoryCredentialVault
impl Sync for InMemoryCredentialVault
impl Unpin for InMemoryCredentialVault
impl UnsafeUnpin for InMemoryCredentialVault
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