Struct azure_devops_rust_api::build::models::PhaseTarget
source · pub struct PhaseTarget {
pub type_: Option<i32>,
}Expand description
Represents the target of a phase.
Fields§
§type_: Option<i32>The type of the target.
Implementations§
source§impl PhaseTarget
impl PhaseTarget
Trait Implementations§
source§impl Clone for PhaseTarget
impl Clone for PhaseTarget
source§fn clone(&self) -> PhaseTarget
fn clone(&self) -> PhaseTarget
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 PhaseTarget
impl Debug for PhaseTarget
source§impl Default for PhaseTarget
impl Default for PhaseTarget
source§fn default() -> PhaseTarget
fn default() -> PhaseTarget
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PhaseTarget
impl<'de> Deserialize<'de> for PhaseTarget
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<PhaseTarget> for PhaseTarget
impl PartialEq<PhaseTarget> for PhaseTarget
source§fn eq(&self, other: &PhaseTarget) -> bool
fn eq(&self, other: &PhaseTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.