pub struct GitCommands;
Implementations§
Source§impl GitCommands
impl GitCommands
pub fn clone(website: &str, author: &str, repo: &str)
pub fn checkout_b(repo: &str, branch: &str)
pub fn checkout_t(repo: &str, tag: &str)
pub fn checkout_nb(repo: &str, branch: &str)
pub fn add(&mut self)
pub fn commit(&mut self, message: &str)
pub fn push(&mut self, message: &str)
Auto Trait Implementations§
impl Freeze for GitCommands
impl RefUnwindSafe for GitCommands
impl Send for GitCommands
impl Sync for GitCommands
impl Unpin for GitCommands
impl UnwindSafe for GitCommands
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