Struct azure_devops_rust_api::wit::models::ExternalDeployment
source · pub struct ExternalDeployment {Show 13 fields
pub artifact_id: Option<String>,
pub created_by: Option<String>,
pub description: Option<String>,
pub display_name: Option<String>,
pub environment: Option<ExternalEnvironment>,
pub group: Option<String>,
pub pipeline: Option<ExternalPipeline>,
pub related_work_item_ids: Vec<i32>,
pub run_id: Option<i32>,
pub sequence_number: Option<i32>,
pub status: Option<String>,
pub status_date: Option<OffsetDateTime>,
pub url: Option<String>,
}
Expand description
Fields§
§artifact_id: Option<String>
§created_by: Option<String>
§description: Option<String>
§display_name: Option<String>
§environment: Option<ExternalEnvironment>
§group: Option<String>
§pipeline: Option<ExternalPipeline>
§run_id: Option<i32>
§sequence_number: Option<i32>
§status: Option<String>
§status_date: Option<OffsetDateTime>
§url: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for ExternalDeployment
impl Clone for ExternalDeployment
source§fn clone(&self) -> ExternalDeployment
fn clone(&self) -> ExternalDeployment
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 ExternalDeployment
impl Debug for ExternalDeployment
source§impl Default for ExternalDeployment
impl Default for ExternalDeployment
source§fn default() -> ExternalDeployment
fn default() -> ExternalDeployment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExternalDeployment
impl<'de> Deserialize<'de> for ExternalDeployment
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 ExternalDeployment
impl PartialEq for ExternalDeployment
source§fn eq(&self, other: &ExternalDeployment) -> bool
fn eq(&self, other: &ExternalDeployment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExternalDeployment
impl Serialize for ExternalDeployment
impl StructuralPartialEq for ExternalDeployment
Auto Trait Implementations§
impl RefUnwindSafe for ExternalDeployment
impl Send for ExternalDeployment
impl Sync for ExternalDeployment
impl Unpin for ExternalDeployment
impl UnwindSafe for ExternalDeployment
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