pub struct ColorGraphCommand;
Expand description
Command to show colored commit graph
Implementations§
Trait Implementations§
Source§impl Command for ColorGraphCommand
impl Command for ColorGraphCommand
Source§impl Default for ColorGraphCommand
impl Default for ColorGraphCommand
Source§impl GitCommand for ColorGraphCommand
impl GitCommand for ColorGraphCommand
Auto Trait Implementations§
impl Freeze for ColorGraphCommand
impl RefUnwindSafe for ColorGraphCommand
impl Send for ColorGraphCommand
impl Sync for ColorGraphCommand
impl Unpin for ColorGraphCommand
impl UnwindSafe for ColorGraphCommand
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