pub struct Job<Arg>(/* private fields */);
Expand description
Argument type that gets sent to the shared resource
Auto Trait Implementations§
impl<Arg> Freeze for Job<Arg>where
Arg: Freeze,
impl<Arg> RefUnwindSafe for Job<Arg>where
Arg: RefUnwindSafe,
impl<Arg> Send for Job<Arg>where
Arg: Send,
impl<Arg> Sync for Job<Arg>where
Arg: Sync,
impl<Arg> Unpin for Job<Arg>where
Arg: Unpin,
impl<Arg> UnwindSafe for Job<Arg>where
Arg: UnwindSafe,
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