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