pub struct CombinedParentSide {
pub mode: u32,
pub oid: ObjectId,
pub status: CombinedParentStatus,
}Expand description
One parent’s contribution at a combined-diff path.
Fields§
§mode: u32§oid: ObjectId§status: CombinedParentStatusTrait Implementations§
Source§impl Clone for CombinedParentSide
impl Clone for CombinedParentSide
Source§fn clone(&self) -> CombinedParentSide
fn clone(&self) -> CombinedParentSide
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CombinedParentSide
impl RefUnwindSafe for CombinedParentSide
impl Send for CombinedParentSide
impl Sync for CombinedParentSide
impl Unpin for CombinedParentSide
impl UnsafeUnpin for CombinedParentSide
impl UnwindSafe for CombinedParentSide
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