pub enum DiffBase {
LastTurn,
}Expand description
A named comparison base that is resolved from repository metadata.
Variants§
LastTurn
Implementations§
Trait Implementations§
impl Copy for DiffBase
impl Eq for DiffBase
impl StructuralPartialEq for DiffBase
Auto Trait Implementations§
impl Freeze for DiffBase
impl RefUnwindSafe for DiffBase
impl Send for DiffBase
impl Sync for DiffBase
impl Unpin for DiffBase
impl UnsafeUnpin for DiffBase
impl UnwindSafe for DiffBase
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