Struct azure_devops_rust_api::build::models::DeploymentDeploy
source · pub struct DeploymentDeploy {
pub deployment: Deployment,
pub message: Option<String>,
}
Expand description
Deployment information for type “Deploy”
Fields§
§deployment: Deployment
§message: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for DeploymentDeploy
impl Clone for DeploymentDeploy
source§fn clone(&self) -> DeploymentDeploy
fn clone(&self) -> DeploymentDeploy
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 DeploymentDeploy
impl Debug for DeploymentDeploy
source§impl Default for DeploymentDeploy
impl Default for DeploymentDeploy
source§fn default() -> DeploymentDeploy
fn default() -> DeploymentDeploy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeploymentDeploy
impl<'de> Deserialize<'de> for DeploymentDeploy
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 DeploymentDeploy
impl PartialEq for DeploymentDeploy
source§fn eq(&self, other: &DeploymentDeploy) -> bool
fn eq(&self, other: &DeploymentDeploy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeploymentDeploy
impl Serialize for DeploymentDeploy
impl StructuralPartialEq for DeploymentDeploy
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentDeploy
impl Send for DeploymentDeploy
impl Sync for DeploymentDeploy
impl Unpin for DeploymentDeploy
impl UnwindSafe for DeploymentDeploy
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