Struct azure_devops_rust_api::test::models::PointUpdateModel
source · pub struct PointUpdateModel {
pub outcome: Option<String>,
pub reset_to_active: Option<bool>,
pub tester: Option<IdentityRef>,
}
Expand description
Model to update test point.
Fields§
§outcome: Option<String>
Outcome to update.
reset_to_active: Option<bool>
Reset test point to active.
tester: Option<IdentityRef>
Implementations§
Trait Implementations§
source§impl Clone for PointUpdateModel
impl Clone for PointUpdateModel
source§fn clone(&self) -> PointUpdateModel
fn clone(&self) -> PointUpdateModel
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 PointUpdateModel
impl Debug for PointUpdateModel
source§impl Default for PointUpdateModel
impl Default for PointUpdateModel
source§fn default() -> PointUpdateModel
fn default() -> PointUpdateModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PointUpdateModel
impl<'de> Deserialize<'de> for PointUpdateModel
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 PointUpdateModel
impl PartialEq for PointUpdateModel
source§fn eq(&self, other: &PointUpdateModel) -> bool
fn eq(&self, other: &PointUpdateModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PointUpdateModel
impl Serialize for PointUpdateModel
impl StructuralPartialEq for PointUpdateModel
Auto Trait Implementations§
impl Freeze for PointUpdateModel
impl RefUnwindSafe for PointUpdateModel
impl Send for PointUpdateModel
impl Sync for PointUpdateModel
impl Unpin for PointUpdateModel
impl UnwindSafe for PointUpdateModel
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