pub struct TokenStore { /* private fields */ }Expand description
Credentials in the OS credential store, one entry per account (ADR-0016).
Tokens never touch the application database (ADR-0008); revoking one account never affects another.
Implementations§
Trait Implementations§
Source§impl Clone for TokenStore
impl Clone for TokenStore
Source§fn clone(&self) -> TokenStore
fn clone(&self) -> TokenStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for TokenStore
impl !UnwindSafe for TokenStore
impl Freeze for TokenStore
impl Send for TokenStore
impl Sync for TokenStore
impl Unpin for TokenStore
impl UnsafeUnpin for TokenStore
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