pub struct CredentialStorage { /* private fields */ }Expand description
Generic credential storage interface.
Provides methods to store, load, and clear credentials using either the OS keyring or file-based storage.
Implementations§
Auto Trait Implementations§
impl Freeze for CredentialStorage
impl RefUnwindSafe for CredentialStorage
impl Send for CredentialStorage
impl Sync for CredentialStorage
impl Unpin for CredentialStorage
impl UnsafeUnpin for CredentialStorage
impl UnwindSafe for CredentialStorage
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