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