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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request