pub struct GetDeploymentOutput {
pub deployment_info: Option<DeploymentInfo>,
}
Expand description
Represents the output of a GetDeployment
operation.
Fields§
§deployment_info: Option<DeploymentInfo>
Information about the deployment.
Trait Implementations§
Source§impl Clone for GetDeploymentOutput
impl Clone for GetDeploymentOutput
Source§fn clone(&self) -> GetDeploymentOutput
fn clone(&self) -> GetDeploymentOutput
Returns a copy 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 GetDeploymentOutput
impl Debug for GetDeploymentOutput
Source§impl Default for GetDeploymentOutput
impl Default for GetDeploymentOutput
Source§fn default() -> GetDeploymentOutput
fn default() -> GetDeploymentOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDeploymentOutput
impl<'de> Deserialize<'de> for GetDeploymentOutput
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
Source§impl PartialEq for GetDeploymentOutput
impl PartialEq for GetDeploymentOutput
impl StructuralPartialEq for GetDeploymentOutput
Auto Trait Implementations§
impl Freeze for GetDeploymentOutput
impl RefUnwindSafe for GetDeploymentOutput
impl Send for GetDeploymentOutput
impl Sync for GetDeploymentOutput
impl Unpin for GetDeploymentOutput
impl UnwindSafe for GetDeploymentOutput
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