pub struct TechnicalDebtCommand;
Expand description
Command to analyze technical debt
Implementations§
Trait Implementations§
Source§impl Command for TechnicalDebtCommand
impl Command for TechnicalDebtCommand
Source§impl Default for TechnicalDebtCommand
impl Default for TechnicalDebtCommand
Source§impl GitCommand for TechnicalDebtCommand
impl GitCommand for TechnicalDebtCommand
Auto Trait Implementations§
impl Freeze for TechnicalDebtCommand
impl RefUnwindSafe for TechnicalDebtCommand
impl Send for TechnicalDebtCommand
impl Sync for TechnicalDebtCommand
impl Unpin for TechnicalDebtCommand
impl UnwindSafe for TechnicalDebtCommand
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