pub struct ShellGitCommandRunner;Trait Implementations§
Source§impl Clone for ShellGitCommandRunner
impl Clone for ShellGitCommandRunner
Source§fn clone(&self) -> ShellGitCommandRunner
fn clone(&self) -> ShellGitCommandRunner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellGitCommandRunner
impl Debug for ShellGitCommandRunner
Source§impl Default for ShellGitCommandRunner
impl Default for ShellGitCommandRunner
Source§fn default() -> ShellGitCommandRunner
fn default() -> ShellGitCommandRunner
Returns the “default value” for a type. Read more
impl Copy for ShellGitCommandRunner
Auto Trait Implementations§
impl Freeze for ShellGitCommandRunner
impl RefUnwindSafe for ShellGitCommandRunner
impl Send for ShellGitCommandRunner
impl Sync for ShellGitCommandRunner
impl Unpin for ShellGitCommandRunner
impl UnsafeUnpin for ShellGitCommandRunner
impl UnwindSafe for ShellGitCommandRunner
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