pub struct KeyringSecretStore { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl SecretStore for KeyringSecretStore
impl SecretStore for KeyringSecretStore
Auto Trait Implementations§
impl Freeze for KeyringSecretStore
impl RefUnwindSafe for KeyringSecretStore
impl Send for KeyringSecretStore
impl Sync for KeyringSecretStore
impl Unpin 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