#[non_exhaustive]pub struct GetDeploymentTargetInput { /* private fields */ }
Implementations§
source§impl GetDeploymentTargetInput
impl GetDeploymentTargetInput
sourcepub fn builder() -> GetDeploymentTargetInputBuilder
pub fn builder() -> GetDeploymentTargetInputBuilder
Creates a new builder-style object to manufacture GetDeploymentTargetInput
.
source§impl GetDeploymentTargetInput
impl GetDeploymentTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetDeploymentTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeploymentTarget
>
Trait Implementations§
source§impl Clone for GetDeploymentTargetInput
impl Clone for GetDeploymentTargetInput
source§fn clone(&self) -> GetDeploymentTargetInput
fn clone(&self) -> GetDeploymentTargetInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetDeploymentTargetInput
impl Debug for GetDeploymentTargetInput
source§impl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
impl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
source§fn eq(&self, other: &GetDeploymentTargetInput) -> bool
fn eq(&self, other: &GetDeploymentTargetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDeploymentTargetInput
Auto Trait Implementations§
impl RefUnwindSafe for GetDeploymentTargetInput
impl Send for GetDeploymentTargetInput
impl Sync for GetDeploymentTargetInput
impl Unpin for GetDeploymentTargetInput
impl UnwindSafe for GetDeploymentTargetInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more