Struct azure_devops_rust_api::wit::models::FieldUpdate
source · pub struct FieldUpdate {
pub is_deleted: Option<bool>,
pub is_locked: Option<bool>,
}
Expand description
Describes an update request for a work item field.
Fields§
§is_deleted: Option<bool>
Indicates whether the user wants to restore the field.
is_locked: Option<bool>
Indicates whether the user wants to lock the field.
Implementations§
source§impl FieldUpdate
impl FieldUpdate
Trait Implementations§
source§impl Clone for FieldUpdate
impl Clone for FieldUpdate
source§fn clone(&self) -> FieldUpdate
fn clone(&self) -> FieldUpdate
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 FieldUpdate
impl Debug for FieldUpdate
source§impl Default for FieldUpdate
impl Default for FieldUpdate
source§fn default() -> FieldUpdate
fn default() -> FieldUpdate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FieldUpdate
impl<'de> Deserialize<'de> for FieldUpdate
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 FieldUpdate
impl PartialEq for FieldUpdate
source§fn eq(&self, other: &FieldUpdate) -> bool
fn eq(&self, other: &FieldUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FieldUpdate
impl Serialize for FieldUpdate
impl StructuralPartialEq for FieldUpdate
Auto Trait Implementations§
impl RefUnwindSafe for FieldUpdate
impl Send for FieldUpdate
impl Sync for FieldUpdate
impl Unpin for FieldUpdate
impl UnwindSafe for FieldUpdate
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