Struct aws_sdk_omics::operation::list_runs::ListRunsOutput
source · #[non_exhaustive]pub struct ListRunsOutput { /* private fields */ }
Implementations§
source§impl ListRunsOutput
impl ListRunsOutput
sourcepub fn items(&self) -> Option<&[RunListItem]>
pub fn items(&self) -> Option<&[RunListItem]>
A list of runs.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that's included if more results are available.
source§impl ListRunsOutput
impl ListRunsOutput
sourcepub fn builder() -> ListRunsOutputBuilder
pub fn builder() -> ListRunsOutputBuilder
Creates a new builder-style object to manufacture ListRunsOutput
.
Trait Implementations§
source§impl Clone for ListRunsOutput
impl Clone for ListRunsOutput
source§fn clone(&self) -> ListRunsOutput
fn clone(&self) -> ListRunsOutput
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 ListRunsOutput
impl Debug for ListRunsOutput
source§impl PartialEq<ListRunsOutput> for ListRunsOutput
impl PartialEq<ListRunsOutput> for ListRunsOutput
source§fn eq(&self, other: &ListRunsOutput) -> bool
fn eq(&self, other: &ListRunsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListRunsOutput
impl RequestId for ListRunsOutput
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 ListRunsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListRunsOutput
impl Send for ListRunsOutput
impl Sync for ListRunsOutput
impl Unpin for ListRunsOutput
impl UnwindSafe for ListRunsOutput
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