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