pub enum DiffBaseArg {
LastTurn,
}Expand description
Named bases shared by diff and review change selection.
Variants§
LastTurn
First capture in the current harness session on this thread.
Implementations§
Trait Implementations§
Source§impl Clone for DiffBaseArg
impl Clone for DiffBaseArg
Source§fn clone(&self) -> DiffBaseArg
fn clone(&self) -> DiffBaseArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiffBaseArg
Source§impl Debug for DiffBaseArg
impl Debug for DiffBaseArg
impl Eq for DiffBaseArg
Source§impl PartialEq for DiffBaseArg
impl PartialEq for DiffBaseArg
impl StructuralPartialEq for DiffBaseArg
Source§impl ValueEnum for DiffBaseArg
impl ValueEnum for DiffBaseArg
Auto Trait Implementations§
impl Freeze for DiffBaseArg
impl RefUnwindSafe for DiffBaseArg
impl Send for DiffBaseArg
impl Sync for DiffBaseArg
impl Unpin for DiffBaseArg
impl UnsafeUnpin for DiffBaseArg
impl UnwindSafe for DiffBaseArg
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