pub enum WorkingCopy {
Background,
Current,
}Expand description
Whether a jj commit is the current working copy.
Variants§
Trait Implementations§
Source§impl Clone for WorkingCopy
impl Clone for WorkingCopy
Source§fn clone(&self) -> WorkingCopy
fn clone(&self) -> WorkingCopy
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 moreSource§impl Debug for WorkingCopy
impl Debug for WorkingCopy
Source§impl Default for WorkingCopy
impl Default for WorkingCopy
Source§fn default() -> WorkingCopy
fn default() -> WorkingCopy
Returns the “default value” for a type. Read more
Source§impl Hash for WorkingCopy
impl Hash for WorkingCopy
Source§impl PartialEq for WorkingCopy
impl PartialEq for WorkingCopy
impl Copy for WorkingCopy
impl Eq for WorkingCopy
impl StructuralPartialEq for WorkingCopy
Auto Trait Implementations§
impl Freeze for WorkingCopy
impl RefUnwindSafe for WorkingCopy
impl Send for WorkingCopy
impl Sync for WorkingCopy
impl Unpin for WorkingCopy
impl UnsafeUnpin for WorkingCopy
impl UnwindSafe for WorkingCopy
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