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