pub struct KeyringStorage { /* private fields */ }Available on crate features
native and keyring only.Expand description
Implementation of AuthClientStorage.
Implementations§
Source§impl KeyringStorage
impl KeyringStorage
Sourcepub fn new<T>(service_name: T) -> Self
pub fn new<T>(service_name: T) -> Self
Creates a new instance of KeyringStorage.
Trait Implementations§
Source§impl AuthClientStorage for KeyringStorage
impl AuthClientStorage for KeyringStorage
Source§impl Clone for KeyringStorage
impl Clone for KeyringStorage
Source§fn clone(&self) -> KeyringStorage
fn clone(&self) -> KeyringStorage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyringStorage
impl Debug for KeyringStorage
Source§impl From<KeyringStorage> for Box<dyn AuthClientStorage>
impl From<KeyringStorage> for Box<dyn AuthClientStorage>
Source§fn from(storage: KeyringStorage) -> Self
fn from(storage: KeyringStorage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyringStorage
impl RefUnwindSafe for KeyringStorage
impl Send for KeyringStorage
impl Sync for KeyringStorage
impl Unpin for KeyringStorage
impl UnwindSafe for KeyringStorage
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