pub enum WorktreeSetup {
Worktree,
NoWorktree,
}Variants§
Implementations§
Source§impl WorktreeSetup
impl WorktreeSetup
Trait Implementations§
Source§impl Clone for WorktreeSetup
impl Clone for WorktreeSetup
Source§fn clone(&self) -> WorktreeSetup
fn clone(&self) -> WorktreeSetup
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 WorktreeSetup
impl Debug for WorktreeSetup
Source§impl From<bool> for WorktreeSetup
impl From<bool> for WorktreeSetup
Source§impl PartialEq for WorktreeSetup
impl PartialEq for WorktreeSetup
Source§fn eq(&self, other: &WorktreeSetup) -> bool
fn eq(&self, other: &WorktreeSetup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WorktreeSetup
impl Eq for WorktreeSetup
impl StructuralPartialEq for WorktreeSetup
Auto Trait Implementations§
impl Freeze for WorktreeSetup
impl RefUnwindSafe for WorktreeSetup
impl Send for WorktreeSetup
impl Sync for WorktreeSetup
impl Unpin for WorktreeSetup
impl UnsafeUnpin for WorktreeSetup
impl UnwindSafe for WorktreeSetup
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.