pub struct ListJobs {
pub limit: i32,
}Expand description
Lists all jobs with a given limit
Fields§
§limit: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListJobs
impl RefUnwindSafe for ListJobs
impl Send for ListJobs
impl Sync for ListJobs
impl Unpin for ListJobs
impl UnsafeUnpin for ListJobs
impl UnwindSafe for ListJobs
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