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