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