Struct azure_devops_rust_api::git::models::GitMergeParameters
source · [−]Expand description
Parameters required for performing git merge.
Fields
comment: Option<String>Comment or message of the commit.
parents: Vec<String>An enumeration of the parent commit IDs for the merge commit.
Implementations
Trait Implementations
sourceimpl Clone for GitMergeParameters
impl Clone for GitMergeParameters
sourcefn clone(&self) -> GitMergeParameters
fn clone(&self) -> GitMergeParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GitMergeParameters
impl Debug for GitMergeParameters
sourceimpl Default for GitMergeParameters
impl Default for GitMergeParameters
sourcefn default() -> GitMergeParameters
fn default() -> GitMergeParameters
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GitMergeParameters
impl<'de> Deserialize<'de> for GitMergeParameters
sourcefn 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
sourceimpl PartialEq<GitMergeParameters> for GitMergeParameters
impl PartialEq<GitMergeParameters> for GitMergeParameters
sourcefn eq(&self, other: &GitMergeParameters) -> bool
fn eq(&self, other: &GitMergeParameters) -> bool
sourceimpl Serialize for GitMergeParameters
impl Serialize for GitMergeParameters
impl StructuralPartialEq for GitMergeParameters
Auto Trait Implementations
impl RefUnwindSafe for GitMergeParameters
impl Send for GitMergeParameters
impl Sync for GitMergeParameters
impl Unpin for GitMergeParameters
impl UnwindSafe for GitMergeParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more