pub enum CheckoutStage {
Ours,
Theirs,
}Variants§
Trait Implementations§
Source§impl Clone for CheckoutStage
impl Clone for CheckoutStage
Source§fn clone(&self) -> CheckoutStage
fn clone(&self) -> CheckoutStage
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 moreimpl Copy for CheckoutStage
Source§impl Debug for CheckoutStage
impl Debug for CheckoutStage
impl Eq for CheckoutStage
Source§impl PartialEq for CheckoutStage
impl PartialEq for CheckoutStage
Source§fn eq(&self, other: &CheckoutStage) -> bool
fn eq(&self, other: &CheckoutStage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckoutStage
Auto Trait Implementations§
impl Freeze for CheckoutStage
impl RefUnwindSafe for CheckoutStage
impl Send for CheckoutStage
impl Sync for CheckoutStage
impl Unpin for CheckoutStage
impl UnsafeUnpin for CheckoutStage
impl UnwindSafe for CheckoutStage
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