pub struct MemoryBackend { /* private fields */ }Expand description
Credential storage backend trait and types. In-memory credential storage (not persisted)
Implementations§
Source§impl MemoryBackend
impl MemoryBackend
Trait Implementations§
Source§impl CredentialBackend for MemoryBackend
impl CredentialBackend for MemoryBackend
Source§fn backend_name(&self) -> &'static str
fn backend_name(&self) -> &'static str
Backend name for logging/debugging
Auto Trait Implementations§
impl !Freeze for MemoryBackend
impl RefUnwindSafe for MemoryBackend
impl Send for MemoryBackend
impl Sync for MemoryBackend
impl Unpin for MemoryBackend
impl UnwindSafe for MemoryBackend
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