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