pub struct SummaryCommand { /* private fields */ }
Expand description
Command to generate repository summary
Implementations§
Trait Implementations§
Source§impl Command for SummaryCommand
impl Command for SummaryCommand
Source§impl GitCommand for SummaryCommand
impl GitCommand for SummaryCommand
Auto Trait Implementations§
impl Freeze for SummaryCommand
impl RefUnwindSafe for SummaryCommand
impl Send for SummaryCommand
impl Sync for SummaryCommand
impl Unpin for SummaryCommand
impl UnwindSafe for SummaryCommand
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