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