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