pub struct KeychainStore {}Implementations§
Source§impl KeychainStore
impl KeychainStore
Trait Implementations§
Source§impl Default for KeychainStore
impl Default for KeychainStore
Auto Trait Implementations§
impl Freeze for KeychainStore
impl RefUnwindSafe for KeychainStore
impl Send for KeychainStore
impl Sync for KeychainStore
impl Unpin for KeychainStore
impl UnsafeUnpin for KeychainStore
impl UnwindSafe for KeychainStore
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