Struct aws_sdk_devicefarm::input::ListRunsInput
source · #[non_exhaustive]pub struct ListRunsInput { /* private fields */ }Expand description
Represents a request to the list runs operation.
Implementations§
source§impl ListRunsInput
impl ListRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRuns>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRunsInput.
source§impl ListRunsInput
impl ListRunsInput
Trait Implementations§
source§impl Clone for ListRunsInput
impl Clone for ListRunsInput
source§fn clone(&self) -> ListRunsInput
fn clone(&self) -> ListRunsInput
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 ListRunsInput
impl Debug for ListRunsInput
source§impl PartialEq<ListRunsInput> for ListRunsInput
impl PartialEq<ListRunsInput> for ListRunsInput
source§fn eq(&self, other: &ListRunsInput) -> bool
fn eq(&self, other: &ListRunsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.