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
sourceimpl 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.
sourceimpl ListRunsInput
impl ListRunsInput
Trait Implementations
sourceimpl Clone for ListRunsInput
impl Clone for ListRunsInput
sourcefn clone(&self) -> ListRunsInput
fn clone(&self) -> ListRunsInput
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 ListRunsInput
impl Debug for ListRunsInput
sourceimpl PartialEq<ListRunsInput> for ListRunsInput
impl PartialEq<ListRunsInput> for ListRunsInput
sourcefn eq(&self, other: &ListRunsInput) -> bool
fn eq(&self, other: &ListRunsInput) -> bool
impl StructuralPartialEq for ListRunsInput
Auto Trait Implementations
impl RefUnwindSafe for ListRunsInput
impl Send for ListRunsInput
impl Sync for ListRunsInput
impl Unpin for ListRunsInput
impl UnwindSafe for ListRunsInput
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