pub struct ScopedJob {
pub object: Option<Job>,
}
Fields§
§object: Option<Job>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedJob
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