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