pub struct ListJobsResponse {
pub etag: String,
pub kind: String,
pub next_page_token: Option<String>,
pub jobs: Vec<JobOverview>,
}Fields§
§etag: StringA hash of this page of results.
kind: StringThe resource type of the response.
next_page_token: Option<String>A token to request the next page of results.
jobs: Vec<JobOverview>List of jobs that were requested.
Trait Implementations§
Source§impl Clone for ListJobsResponse
impl Clone for ListJobsResponse
Source§fn clone(&self) -> ListJobsResponse
fn clone(&self) -> ListJobsResponse
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListJobsResponse
impl Debug for ListJobsResponse
Source§impl Default for ListJobsResponse
impl Default for ListJobsResponse
Source§fn default() -> ListJobsResponse
fn default() -> ListJobsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListJobsResponse
impl<'de> Deserialize<'de> for ListJobsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ListJobsResponse
impl PartialEq for ListJobsResponse
Source§impl Serialize for ListJobsResponse
impl Serialize for ListJobsResponse
impl StructuralPartialEq for ListJobsResponse
Auto Trait Implementations§
impl Freeze for ListJobsResponse
impl RefUnwindSafe for ListJobsResponse
impl Send for ListJobsResponse
impl Sync for ListJobsResponse
impl Unpin for ListJobsResponse
impl UnwindSafe for ListJobsResponse
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request