#[non_exhaustive]pub struct ListJobsByStatusOutput { /* private fields */ }
Expand description
The ListJobsByStatusResponse
structure.
Implementations§
source§impl ListJobsByStatusOutput
impl ListJobsByStatusOutput
sourcepub fn next_page_token(&self) -> Option<&str>
pub fn next_page_token(&self) -> Option<&str>
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
source§impl ListJobsByStatusOutput
impl ListJobsByStatusOutput
sourcepub fn builder() -> ListJobsByStatusOutputBuilder
pub fn builder() -> ListJobsByStatusOutputBuilder
Creates a new builder-style object to manufacture ListJobsByStatusOutput
.
Trait Implementations§
source§impl Clone for ListJobsByStatusOutput
impl Clone for ListJobsByStatusOutput
source§fn clone(&self) -> ListJobsByStatusOutput
fn clone(&self) -> ListJobsByStatusOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListJobsByStatusOutput
impl Debug for ListJobsByStatusOutput
source§impl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
impl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
source§fn eq(&self, other: &ListJobsByStatusOutput) -> bool
fn eq(&self, other: &ListJobsByStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListJobsByStatusOutput
impl RequestId for ListJobsByStatusOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListJobsByStatusOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListJobsByStatusOutput
impl Send for ListJobsByStatusOutput
impl Sync for ListJobsByStatusOutput
impl Unpin for ListJobsByStatusOutput
impl UnwindSafe for ListJobsByStatusOutput
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