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