pub enum BisectCommands {
Start,
Good {
commit: String,
},
Bad {
commit: String,
},
Reset,
}Variants§
Trait Implementations§
Source§impl Clone for BisectCommands
impl Clone for BisectCommands
Source§fn clone(&self) -> BisectCommands
fn clone(&self) -> BisectCommands
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 moreAuto Trait Implementations§
impl Freeze for BisectCommands
impl RefUnwindSafe for BisectCommands
impl Send for BisectCommands
impl Sync for BisectCommands
impl Unpin for BisectCommands
impl UnsafeUnpin for BisectCommands
impl UnwindSafe for BisectCommands
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