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