Struct jj_lib::git::GitFetchStats
source · pub struct GitFetchStats {
pub default_branch: Option<String>,
pub import_stats: GitImportStats,
}
Expand description
Describes successful fetch()
result.
Fields§
§default_branch: Option<String>
Remote’s default branch.
import_stats: GitImportStats
Changes made by the import.
Trait Implementations§
source§impl Clone for GitFetchStats
impl Clone for GitFetchStats
source§fn clone(&self) -> GitFetchStats
fn clone(&self) -> GitFetchStats
Returns a copy 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 GitFetchStats
impl Debug for GitFetchStats
source§impl PartialEq for GitFetchStats
impl PartialEq for GitFetchStats
source§fn eq(&self, other: &GitFetchStats) -> bool
fn eq(&self, other: &GitFetchStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GitFetchStats
impl StructuralEq for GitFetchStats
impl StructuralPartialEq for GitFetchStats
Auto Trait Implementations§
impl RefUnwindSafe for GitFetchStats
impl Send for GitFetchStats
impl Sync for GitFetchStats
impl Unpin for GitFetchStats
impl UnwindSafe for GitFetchStats
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more