Struct jujutsu_lib::backend::ConflictPart
source · [−]pub struct ConflictPart {
pub value: TreeValue,
}Fields
value: TreeValueTrait Implementations
sourceimpl Clone for ConflictPart
impl Clone for ConflictPart
sourcefn clone(&self) -> ConflictPart
fn clone(&self) -> ConflictPart
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 more
sourceimpl Debug for ConflictPart
impl Debug for ConflictPart
sourceimpl PartialEq<ConflictPart> for ConflictPart
impl PartialEq<ConflictPart> for ConflictPart
sourcefn eq(&self, other: &ConflictPart) -> bool
fn eq(&self, other: &ConflictPart) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConflictPart) -> bool
fn ne(&self, other: &ConflictPart) -> bool
This method tests for !=.
impl Eq for ConflictPart
impl StructuralEq for ConflictPart
impl StructuralPartialEq for ConflictPart
Auto Trait Implementations
impl RefUnwindSafe for ConflictPart
impl Send for ConflictPart
impl Sync for ConflictPart
impl Unpin for ConflictPart
impl UnwindSafe for ConflictPart
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more