pub struct JobPage {
pub jobs: Vec<JobSummary>,
pub next_cursor: Option<String>,
}Fields§
§jobs: Vec<JobSummary>§next_cursor: Option<String>Auto Trait Implementations§
impl Freeze for JobPage
impl RefUnwindSafe for JobPage
impl Send for JobPage
impl Sync for JobPage
impl Unpin for JobPage
impl UnsafeUnpin for JobPage
impl UnwindSafe for JobPage
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