pub struct JobsController(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for JobsController
impl Default for JobsController
Source§fn default() -> JobsController
fn default() -> JobsController
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JobsController
impl !RefUnwindSafe for JobsController
impl Send for JobsController
impl Sync for JobsController
impl Unpin for JobsController
impl !UnwindSafe for JobsController
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