pub struct CheckoutResult {
pub branch: String,
pub oid: ObjectId,
pub files: usize,
}Fields§
§branch: String§oid: ObjectId§files: usizeTrait Implementations§
Source§impl Clone for CheckoutResult
impl Clone for CheckoutResult
Source§fn clone(&self) -> CheckoutResult
fn clone(&self) -> CheckoutResult
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 CheckoutResult
impl Debug for CheckoutResult
impl Eq for CheckoutResult
Source§impl PartialEq for CheckoutResult
impl PartialEq for CheckoutResult
Source§fn eq(&self, other: &CheckoutResult) -> bool
fn eq(&self, other: &CheckoutResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckoutResult
Auto Trait Implementations§
impl Freeze for CheckoutResult
impl RefUnwindSafe for CheckoutResult
impl Send for CheckoutResult
impl Sync for CheckoutResult
impl Unpin for CheckoutResult
impl UnsafeUnpin for CheckoutResult
impl UnwindSafe for CheckoutResult
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