pub struct KeyringStore { /* private fields */ }Expand description
macOS Keychain / Linux Secret Service / Windows Credential Manager backend pinned to a specific service name. Used only for one-time migration reads from pre-2026-05-08 CLI builds. No new writes go here.
Implementations§
Trait Implementations§
Source§impl Credstore for KeyringStore
impl Credstore for KeyringStore
Auto Trait Implementations§
impl Freeze for KeyringStore
impl RefUnwindSafe for KeyringStore
impl Send for KeyringStore
impl Sync for KeyringStore
impl Unpin for KeyringStore
impl UnsafeUnpin for KeyringStore
impl UnwindSafe for KeyringStore
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