pub struct PooledGitStats {
pub current_url: Option<String>,
pub current_reference: Option<String>,
pub cached_states: usize,
pub work_dir: PathBuf,
}Expand description
Statistics for a pooled Git repository
Fields§
§current_url: Option<String>§current_reference: Option<String>§cached_states: usize§work_dir: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for PooledGitStats
impl RefUnwindSafe for PooledGitStats
impl Send for PooledGitStats
impl Sync for PooledGitStats
impl Unpin for PooledGitStats
impl UnwindSafe for PooledGitStats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more