pub struct GetDeploymentConfigOutput {
pub deployment_config_info: Option<DeploymentConfigInfo>,
}
Expand description
Represents the output of a GetDeploymentConfig
operation.
Fields§
§deployment_config_info: Option<DeploymentConfigInfo>
Information about the deployment configuration.
Trait Implementations§
Source§impl Clone for GetDeploymentConfigOutput
impl Clone for GetDeploymentConfigOutput
Source§fn clone(&self) -> GetDeploymentConfigOutput
fn clone(&self) -> GetDeploymentConfigOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetDeploymentConfigOutput
impl Debug for GetDeploymentConfigOutput
Source§impl Default for GetDeploymentConfigOutput
impl Default for GetDeploymentConfigOutput
Source§fn default() -> GetDeploymentConfigOutput
fn default() -> GetDeploymentConfigOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDeploymentConfigOutput
impl<'de> Deserialize<'de> for GetDeploymentConfigOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetDeploymentConfigOutput
Auto Trait Implementations§
impl Freeze for GetDeploymentConfigOutput
impl RefUnwindSafe for GetDeploymentConfigOutput
impl Send for GetDeploymentConfigOutput
impl Sync for GetDeploymentConfigOutput
impl Unpin for GetDeploymentConfigOutput
impl UnwindSafe for GetDeploymentConfigOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more