Struct azure_devops_rust_api::git::models::GitConflictRename2to1
source · pub struct GitConflictRename2to1 {
pub git_conflict: GitConflict,
pub resolution: Option<GitResolutionPathConflict>,
pub source_new_blob: Option<GitBlobRef>,
pub source_original_blob: Option<GitBlobRef>,
pub source_original_path: Option<String>,
pub target_new_blob: Option<GitBlobRef>,
pub target_original_blob: Option<GitBlobRef>,
pub target_original_path: Option<String>,
}Expand description
Data object for Rename2to1 conflict
Fields§
§git_conflict: GitConflict§resolution: Option<GitResolutionPathConflict>§source_new_blob: Option<GitBlobRef>§source_original_blob: Option<GitBlobRef>§source_original_path: Option<String>§target_new_blob: Option<GitBlobRef>§target_original_blob: Option<GitBlobRef>§target_original_path: Option<String>Implementations§
Trait Implementations§
source§impl Clone for GitConflictRename2to1
impl Clone for GitConflictRename2to1
source§fn clone(&self) -> GitConflictRename2to1
fn clone(&self) -> GitConflictRename2to1
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 GitConflictRename2to1
impl Debug for GitConflictRename2to1
source§impl Default for GitConflictRename2to1
impl Default for GitConflictRename2to1
source§fn default() -> GitConflictRename2to1
fn default() -> GitConflictRename2to1
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitConflictRename2to1
impl<'de> Deserialize<'de> for GitConflictRename2to1
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 GitConflictRename2to1
impl PartialEq for GitConflictRename2to1
source§fn eq(&self, other: &GitConflictRename2to1) -> bool
fn eq(&self, other: &GitConflictRename2to1) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GitConflictRename2to1
impl Serialize for GitConflictRename2to1
impl StructuralPartialEq for GitConflictRename2to1
Auto Trait Implementations§
impl RefUnwindSafe for GitConflictRename2to1
impl Send for GitConflictRename2to1
impl Sync for GitConflictRename2to1
impl Unpin for GitConflictRename2to1
impl UnwindSafe for GitConflictRename2to1
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