pub struct Controllers {
pub job: JobsController,
}
Fields§
§job: JobsController
Implementations§
Source§impl Controllers
impl Controllers
pub fn new() -> Self
pub fn jobs(&mut self) -> &mut JobsController
Auto Trait Implementations§
impl Freeze for Controllers
impl !RefUnwindSafe for Controllers
impl Send for Controllers
impl Sync for Controllers
impl Unpin for Controllers
impl !UnwindSafe for Controllers
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