pub struct ShellGitPort;Expand description
Git operations via buildfix_edit shell helpers.
Trait Implementations§
Source§impl Clone for ShellGitPort
impl Clone for ShellGitPort
Source§fn clone(&self) -> ShellGitPort
fn clone(&self) -> ShellGitPort
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 ShellGitPort
impl Debug for ShellGitPort
Source§impl Default for ShellGitPort
impl Default for ShellGitPort
Source§fn default() -> ShellGitPort
fn default() -> ShellGitPort
Returns the “default value” for a type. Read more
Source§impl GitPort for ShellGitPort
Available on crate feature git only.
impl GitPort for ShellGitPort
Available on crate feature
git only.Auto Trait Implementations§
impl Freeze for ShellGitPort
impl RefUnwindSafe for ShellGitPort
impl Send for ShellGitPort
impl Sync for ShellGitPort
impl Unpin for ShellGitPort
impl UnsafeUnpin for ShellGitPort
impl UnwindSafe for ShellGitPort
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