Struct aws_sdk_devicefarm::input::ListTestsInput
source · [−]#[non_exhaustive]pub struct ListTestsInput { /* private fields */ }Expand description
Represents a request to the list tests operation.
Implementations
sourceimpl ListTestsInput
impl ListTestsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTests, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTests, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTests>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestsInput.
sourceimpl ListTestsInput
impl ListTestsInput
Trait Implementations
sourceimpl Clone for ListTestsInput
impl Clone for ListTestsInput
sourcefn clone(&self) -> ListTestsInput
fn clone(&self) -> ListTestsInput
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 ListTestsInput
impl Debug for ListTestsInput
sourceimpl PartialEq<ListTestsInput> for ListTestsInput
impl PartialEq<ListTestsInput> for ListTestsInput
sourcefn eq(&self, other: &ListTestsInput) -> bool
fn eq(&self, other: &ListTestsInput) -> bool
impl StructuralPartialEq for ListTestsInput
Auto Trait Implementations
impl RefUnwindSafe for ListTestsInput
impl Send for ListTestsInput
impl Sync for ListTestsInput
impl Unpin for ListTestsInput
impl UnwindSafe for ListTestsInput
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