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