Struct aws_sdk_codedeploy::output::CreateDeploymentOutput
source · [−]#[non_exhaustive]pub struct CreateDeploymentOutput { /* private fields */ }
Expand description
Represents the output of a CreateDeployment
operation.
Implementations
sourceimpl CreateDeploymentOutput
impl CreateDeploymentOutput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourceimpl CreateDeploymentOutput
impl CreateDeploymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDeploymentOutput
.
Trait Implementations
sourceimpl Clone for CreateDeploymentOutput
impl Clone for CreateDeploymentOutput
sourcefn clone(&self) -> CreateDeploymentOutput
fn clone(&self) -> CreateDeploymentOutput
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 CreateDeploymentOutput
impl Debug for CreateDeploymentOutput
sourceimpl PartialEq<CreateDeploymentOutput> for CreateDeploymentOutput
impl PartialEq<CreateDeploymentOutput> for CreateDeploymentOutput
sourcefn eq(&self, other: &CreateDeploymentOutput) -> bool
fn eq(&self, other: &CreateDeploymentOutput) -> bool
impl StructuralPartialEq for CreateDeploymentOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateDeploymentOutput
impl Send for CreateDeploymentOutput
impl Sync for CreateDeploymentOutput
impl Unpin for CreateDeploymentOutput
impl UnwindSafe for CreateDeploymentOutput
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