Struct aws_sdk_codedeploy::input::GetDeploymentTargetInput
source · [−]#[non_exhaustive]pub struct GetDeploymentTargetInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentTargetInput
.
Trait Implementations
sourceimpl Clone for GetDeploymentTargetInput
impl Clone for GetDeploymentTargetInput
sourcefn clone(&self) -> GetDeploymentTargetInput
fn clone(&self) -> GetDeploymentTargetInput
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 GetDeploymentTargetInput
impl Debug for GetDeploymentTargetInput
sourceimpl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
impl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
sourcefn eq(&self, other: &GetDeploymentTargetInput) -> bool
fn eq(&self, other: &GetDeploymentTargetInput) -> bool
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
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