Struct azure_devops_rust_api::git::models::BillableCommitter   
source · pub struct BillableCommitter {
    pub repo_id: Option<String>,
    pub vsid: Option<String>,
}Expand description
Used by AdvSec to return billable committers.
Fields§
§repo_id: Option<String>RepositoryId commit was pushed to.
vsid: Option<String>Visual Studio ID /Team Foundation ID
Implementations§
Trait Implementations§
source§impl Clone for BillableCommitter
 
impl Clone for BillableCommitter
source§fn clone(&self) -> BillableCommitter
 
fn clone(&self) -> BillableCommitter
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 BillableCommitter
 
impl Debug for BillableCommitter
source§impl Default for BillableCommitter
 
impl Default for BillableCommitter
source§fn default() -> BillableCommitter
 
fn default() -> BillableCommitter
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BillableCommitter
 
impl<'de> Deserialize<'de> for BillableCommitter
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 BillableCommitter
 
impl PartialEq for BillableCommitter
source§fn eq(&self, other: &BillableCommitter) -> bool
 
fn eq(&self, other: &BillableCommitter) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for BillableCommitter
 
impl Serialize for BillableCommitter
impl StructuralPartialEq for BillableCommitter
Auto Trait Implementations§
impl RefUnwindSafe for BillableCommitter
impl Send for BillableCommitter
impl Sync for BillableCommitter
impl Unpin for BillableCommitter
impl UnwindSafe for BillableCommitter
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