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