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