Struct azure_devops_rust_api::git::models::GitTreeDiffResponse   
source · pub struct GitTreeDiffResponse {
    pub continuation_token: Vec<String>,
    pub tree_diff: Option<GitTreeDiff>,
}Expand description
Fields§
§continuation_token: Vec<String>The HTTP client methods find the continuation token header in the response and populate this field.
tree_diff: Option<GitTreeDiff>Implementations§
Trait Implementations§
source§impl Clone for GitTreeDiffResponse
 
impl Clone for GitTreeDiffResponse
source§fn clone(&self) -> GitTreeDiffResponse
 
fn clone(&self) -> GitTreeDiffResponse
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 GitTreeDiffResponse
 
impl Debug for GitTreeDiffResponse
source§impl Default for GitTreeDiffResponse
 
impl Default for GitTreeDiffResponse
source§fn default() -> GitTreeDiffResponse
 
fn default() -> GitTreeDiffResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitTreeDiffResponse
 
impl<'de> Deserialize<'de> for GitTreeDiffResponse
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 GitTreeDiffResponse
 
impl PartialEq for GitTreeDiffResponse
source§fn eq(&self, other: &GitTreeDiffResponse) -> bool
 
fn eq(&self, other: &GitTreeDiffResponse) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for GitTreeDiffResponse
 
impl Serialize for GitTreeDiffResponse
impl StructuralPartialEq for GitTreeDiffResponse
Auto Trait Implementations§
impl RefUnwindSafe for GitTreeDiffResponse
impl Send for GitTreeDiffResponse
impl Sync for GitTreeDiffResponse
impl Unpin for GitTreeDiffResponse
impl UnwindSafe for GitTreeDiffResponse
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