pub struct JobGuard;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobGuard
impl RefUnwindSafe for JobGuard
impl Send for JobGuard
impl Sync for JobGuard
impl Unpin for JobGuard
impl UnsafeUnpin for JobGuard
impl UnwindSafe for JobGuard
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