Struct azure_devops_rust_api::work::models::PlanViewData   
source · pub struct PlanViewData {
    pub id: Option<String>,
    pub revision: Option<i32>,
}Expand description
Base class for plan view data contracts. Anything common goes here.
Fields§
§id: Option<String>§revision: Option<i32>Implementations§
source§impl PlanViewData
 
impl PlanViewData
Trait Implementations§
source§impl Clone for PlanViewData
 
impl Clone for PlanViewData
source§fn clone(&self) -> PlanViewData
 
fn clone(&self) -> PlanViewData
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 PlanViewData
 
impl Debug for PlanViewData
source§impl Default for PlanViewData
 
impl Default for PlanViewData
source§fn default() -> PlanViewData
 
fn default() -> PlanViewData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlanViewData
 
impl<'de> Deserialize<'de> for PlanViewData
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 PlanViewData
 
impl PartialEq for PlanViewData
source§fn eq(&self, other: &PlanViewData) -> bool
 
fn eq(&self, other: &PlanViewData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for PlanViewData
 
impl Serialize for PlanViewData
impl StructuralPartialEq for PlanViewData
Auto Trait Implementations§
impl RefUnwindSafe for PlanViewData
impl Send for PlanViewData
impl Sync for PlanViewData
impl Unpin for PlanViewData
impl UnwindSafe for PlanViewData
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