Struct azure_devops_rust_api::git::models::GitPullRequestChange
source · pub struct GitPullRequestChange {
pub git_change: GitChange,
pub change_tracking_id: Option<i32>,
}Expand description
Change made in a pull request.
Fields§
§git_change: GitChange§change_tracking_id: Option<i32>ID used to track files through multiple changes.
Implementations§
Trait Implementations§
source§impl Clone for GitPullRequestChange
impl Clone for GitPullRequestChange
source§fn clone(&self) -> GitPullRequestChange
fn clone(&self) -> GitPullRequestChange
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 GitPullRequestChange
impl Debug for GitPullRequestChange
source§impl<'de> Deserialize<'de> for GitPullRequestChange
impl<'de> Deserialize<'de> for GitPullRequestChange
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<GitPullRequestChange> for GitPullRequestChange
impl PartialEq<GitPullRequestChange> for GitPullRequestChange
source§fn eq(&self, other: &GitPullRequestChange) -> bool
fn eq(&self, other: &GitPullRequestChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.