pub struct GitPullOutcome {
pub changed: bool,
pub states_created: usize,
pub commits_seen: usize,
pub materialized_checkout: bool,
}Fields§
§changed: bool§states_created: usize§commits_seen: usize§materialized_checkout: boolTrait Implementations§
Source§impl Clone for GitPullOutcome
impl Clone for GitPullOutcome
Source§fn clone(&self) -> GitPullOutcome
fn clone(&self) -> GitPullOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GitPullOutcome
impl Debug for GitPullOutcome
Source§impl Default for GitPullOutcome
impl Default for GitPullOutcome
Source§fn default() -> GitPullOutcome
fn default() -> GitPullOutcome
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitPullOutcome
impl RefUnwindSafe for GitPullOutcome
impl Send for GitPullOutcome
impl Sync for GitPullOutcome
impl Unpin for GitPullOutcome
impl UnsafeUnpin for GitPullOutcome
impl UnwindSafe for GitPullOutcome
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