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