pub struct CheckoutOutcome {
pub commit_id: ObjectId,
pub restore: RestoreOutcome,
}Expand description
Result of checkout.
Fields§
§commit_id: ObjectId§restore: RestoreOutcomeTrait Implementations§
Source§impl Clone for CheckoutOutcome
impl Clone for CheckoutOutcome
Source§fn clone(&self) -> CheckoutOutcome
fn clone(&self) -> CheckoutOutcome
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CheckoutOutcome
impl RefUnwindSafe for CheckoutOutcome
impl Send for CheckoutOutcome
impl Sync for CheckoutOutcome
impl Unpin for CheckoutOutcome
impl UnsafeUnpin for CheckoutOutcome
impl UnwindSafe for CheckoutOutcome
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