pub struct InfoCommand { /* private fields */ }
Expand description
Command to show repository information
Implementations§
Source§impl InfoCommand
impl InfoCommand
pub fn new() -> Self
pub fn with_details(self) -> Self
Trait Implementations§
Source§impl Command for InfoCommand
impl Command for InfoCommand
Source§impl Default for InfoCommand
impl Default for InfoCommand
Source§impl GitCommand for InfoCommand
impl GitCommand for InfoCommand
Auto Trait Implementations§
impl Freeze for InfoCommand
impl RefUnwindSafe for InfoCommand
impl Send for InfoCommand
impl Sync for InfoCommand
impl Unpin for InfoCommand
impl UnwindSafe for InfoCommand
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