Struct puffin_build::utils::git::GitClone
source · pub struct GitClone {
pub tree: Tree,
shallow: bool,
}
Fields§
§tree: Tree
§shallow: bool
Implementations§
source§impl GitClone
impl GitClone
pub fn new(tree: impl Into<Tree>) -> Self
pub fn shallow(&mut self) -> &mut Self
pub fn full(&mut self) -> &mut Self
pub fn to_dir(&self, path: impl AsRef<Path>) -> Result<()>
fn do_clone_branch( &self, maybe_name: Option<impl AsRef<OsStr>>, to: impl AsRef<OsStr>, ) -> Result<ExitStatus>
fn do_clone_commit( &self, commit_id: impl AsRef<OsStr>, to: impl AsRef<OsStr>, ) -> Result<ExitStatus>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitClone
impl RefUnwindSafe for GitClone
impl Send for GitClone
impl Sync for GitClone
impl Unpin for GitClone
impl UnwindSafe for GitClone
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)