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