Struct git_cache::GitCacheRepo
source · pub struct GitCacheRepo { /* private fields */ }
Implementations§
source§impl GitCacheRepo
impl GitCacheRepo
pub fn new(base_path: &Utf8Path, url: &str) -> Self
pub fn target_path( &self, target_path: Option<&Utf8PathBuf>, ) -> Result<Utf8PathBuf>
Auto Trait Implementations§
impl Freeze for GitCacheRepo
impl RefUnwindSafe for GitCacheRepo
impl Send for GitCacheRepo
impl Sync for GitCacheRepo
impl Unpin for GitCacheRepo
impl UnwindSafe for GitCacheRepo
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