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