Struct azure_devops_rust_api::release::models::ReleaseWorkItemRef
source · pub struct ReleaseWorkItemRef {
pub id: Option<String>,
pub provider: Option<String>,
pub state: Option<String>,
pub title: Option<String>,
pub type_: Option<String>,
pub url: Option<String>,
}
Expand description
Fields§
§id: Option<String>
Gets or sets the ID.
provider: Option<String>
Gets or sets the provider.
state: Option<String>
Gets or sets the state.
title: Option<String>
Gets or sets the title.
type_: Option<String>
Gets or sets the type.
url: Option<String>
Gets or sets the workitem url.
Implementations§
Trait Implementations§
source§impl Clone for ReleaseWorkItemRef
impl Clone for ReleaseWorkItemRef
source§fn clone(&self) -> ReleaseWorkItemRef
fn clone(&self) -> ReleaseWorkItemRef
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 ReleaseWorkItemRef
impl Debug for ReleaseWorkItemRef
source§impl Default for ReleaseWorkItemRef
impl Default for ReleaseWorkItemRef
source§fn default() -> ReleaseWorkItemRef
fn default() -> ReleaseWorkItemRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReleaseWorkItemRef
impl<'de> Deserialize<'de> for ReleaseWorkItemRef
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 ReleaseWorkItemRef
impl PartialEq for ReleaseWorkItemRef
source§fn eq(&self, other: &ReleaseWorkItemRef) -> bool
fn eq(&self, other: &ReleaseWorkItemRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReleaseWorkItemRef
impl Serialize for ReleaseWorkItemRef
impl StructuralPartialEq for ReleaseWorkItemRef
Auto Trait Implementations§
impl Freeze for ReleaseWorkItemRef
impl RefUnwindSafe for ReleaseWorkItemRef
impl Send for ReleaseWorkItemRef
impl Sync for ReleaseWorkItemRef
impl Unpin for ReleaseWorkItemRef
impl UnwindSafe for ReleaseWorkItemRef
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