Struct azure_devops_rust_api::tfvc::models::TfvcStatistics   
source · pub struct TfvcStatistics {
    pub changeset_id: Option<i32>,
    pub file_count_total: Option<i64>,
}Expand description
Fields§
§changeset_id: Option<i32>Id of the last changeset the stats are based on.
file_count_total: Option<i64>Count of files at the requested scope.
Implementations§
Trait Implementations§
source§impl Clone for TfvcStatistics
 
impl Clone for TfvcStatistics
source§fn clone(&self) -> TfvcStatistics
 
fn clone(&self) -> TfvcStatistics
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 TfvcStatistics
 
impl Debug for TfvcStatistics
source§impl Default for TfvcStatistics
 
impl Default for TfvcStatistics
source§fn default() -> TfvcStatistics
 
fn default() -> TfvcStatistics
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TfvcStatistics
 
impl<'de> Deserialize<'de> for TfvcStatistics
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 TfvcStatistics
 
impl PartialEq for TfvcStatistics
source§fn eq(&self, other: &TfvcStatistics) -> bool
 
fn eq(&self, other: &TfvcStatistics) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TfvcStatistics
 
impl Serialize for TfvcStatistics
impl StructuralPartialEq for TfvcStatistics
Auto Trait Implementations§
impl RefUnwindSafe for TfvcStatistics
impl Send for TfvcStatistics
impl Sync for TfvcStatistics
impl Unpin for TfvcStatistics
impl UnwindSafe for TfvcStatistics
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