pub struct KeyringSecretStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl SecretStore for KeyringSecretStore
Available on crate feature keyring only.
impl SecretStore for KeyringSecretStore
Available on crate feature
keyring only.Auto Trait Implementations§
impl Freeze for KeyringSecretStore
impl RefUnwindSafe for KeyringSecretStore
impl Send for KeyringSecretStore
impl Sync for KeyringSecretStore
impl Unpin for KeyringSecretStore
impl UnsafeUnpin for KeyringSecretStore
impl UnwindSafe for KeyringSecretStore
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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