pub struct KeyringManager { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for KeyringManager
impl !RefUnwindSafe for KeyringManager
impl Send for KeyringManager
impl Sync for KeyringManager
impl Unpin for KeyringManager
impl UnsafeUnpin for KeyringManager
impl !UnwindSafe for KeyringManager
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