pub struct InMemoryCredentialStore { /* private fields */ }Expand description
Thread-safe in-memory store for tests.
Implementations§
Trait Implementations§
Source§impl CredentialStore for InMemoryCredentialStore
impl CredentialStore for InMemoryCredentialStore
Source§impl Default for InMemoryCredentialStore
impl Default for InMemoryCredentialStore
Source§fn default() -> InMemoryCredentialStore
fn default() -> InMemoryCredentialStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryCredentialStore
impl !RefUnwindSafe for InMemoryCredentialStore
impl Send for InMemoryCredentialStore
impl Sync for InMemoryCredentialStore
impl Unpin for InMemoryCredentialStore
impl UnsafeUnpin for InMemoryCredentialStore
impl UnwindSafe for InMemoryCredentialStore
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