Struct shiny::application::controllers::jobs::JobsController
source · 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 !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