Struct azure_devops_rust_api::test_results::models::SharedStepModel
source · pub struct SharedStepModel {
pub id: Option<i32>,
pub revision: Option<i32>,
}
Expand description
Reference to shared step workitem.
Fields§
§id: Option<i32>
WorkItem shared step ID.
revision: Option<i32>
Shared step workitem revision.
Implementations§
Trait Implementations§
source§fn clone(&self) -> SharedStepModel
fn clone(&self) -> SharedStepModel
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§fn default() -> SharedStepModel
fn default() -> SharedStepModel
Returns the “default value” for a type. Read more
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§fn eq(&self, other: &SharedStepModel) -> bool
fn eq(&self, other: &SharedStepModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
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