pub struct PlaintextStore;Expand description
Plaintext store — reads/writes via client_core::auth config helpers.
Only token, encryption_key, device_private_key are persisted; other
account names return None.
Trait Implementations§
Source§impl Credstore for PlaintextStore
impl Credstore for PlaintextStore
Auto Trait Implementations§
impl Freeze for PlaintextStore
impl RefUnwindSafe for PlaintextStore
impl Send for PlaintextStore
impl Sync for PlaintextStore
impl Unpin for PlaintextStore
impl UnsafeUnpin for PlaintextStore
impl UnwindSafe for PlaintextStore
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