Struct aws_sdk_devicefarm::input::GetTestGridProjectInput
source · [−]#[non_exhaustive]pub struct GetTestGridProjectInput { /* private fields */ }Implementations
sourceimpl GetTestGridProjectInput
impl GetTestGridProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTestGridProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTestGridProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTestGridProject>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTestGridProjectInput.
sourceimpl GetTestGridProjectInput
impl GetTestGridProjectInput
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
Trait Implementations
sourceimpl Clone for GetTestGridProjectInput
impl Clone for GetTestGridProjectInput
sourcefn clone(&self) -> GetTestGridProjectInput
fn clone(&self) -> GetTestGridProjectInput
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 GetTestGridProjectInput
impl Debug for GetTestGridProjectInput
sourceimpl PartialEq<GetTestGridProjectInput> for GetTestGridProjectInput
impl PartialEq<GetTestGridProjectInput> for GetTestGridProjectInput
sourcefn eq(&self, other: &GetTestGridProjectInput) -> bool
fn eq(&self, other: &GetTestGridProjectInput) -> bool
impl StructuralPartialEq for GetTestGridProjectInput
Auto Trait Implementations
impl RefUnwindSafe for GetTestGridProjectInput
impl Send for GetTestGridProjectInput
impl Sync for GetTestGridProjectInput
impl Unpin for GetTestGridProjectInput
impl UnwindSafe for GetTestGridProjectInput
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