Struct test_runners_lib::launch::ScopedJob
source · pub struct ScopedJob {
pub object: Option<Job>,
}
Fields§
§object: Option<Job>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ScopedJob
impl Send for ScopedJob
impl Sync for ScopedJob
impl Unpin for ScopedJob
impl UnwindSafe for ScopedJob
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