#[non_exhaustive]pub struct ListJobsByStatusOutput { /* private fields */ }
Expand description
The ListJobsByStatusResponse
structure.
Implementations
sourceimpl 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
.
sourceimpl ListJobsByStatusOutput
impl ListJobsByStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobsByStatusOutput
.
Trait Implementations
sourceimpl Clone for ListJobsByStatusOutput
impl Clone for ListJobsByStatusOutput
sourcefn clone(&self) -> ListJobsByStatusOutput
fn clone(&self) -> ListJobsByStatusOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListJobsByStatusOutput
impl Debug for ListJobsByStatusOutput
sourceimpl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
impl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
sourcefn eq(&self, other: &ListJobsByStatusOutput) -> bool
fn eq(&self, other: &ListJobsByStatusOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more