pub struct WorktreeAlias(/* private fields */);Expand description
Validated short selector for one registered non-control worktree.
Implementations§
Trait Implementations§
Source§impl Clone for WorktreeAlias
impl Clone for WorktreeAlias
Source§fn clone(&self) -> WorktreeAlias
fn clone(&self) -> WorktreeAlias
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 WorktreeAlias
impl Debug for WorktreeAlias
Source§impl Display for WorktreeAlias
impl Display for WorktreeAlias
impl Eq for WorktreeAlias
Source§impl Hash for WorktreeAlias
impl Hash for WorktreeAlias
Source§impl Ord for WorktreeAlias
impl Ord for WorktreeAlias
Source§fn cmp(&self, other: &WorktreeAlias) -> Ordering
fn cmp(&self, other: &WorktreeAlias) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorktreeAlias
impl PartialEq for WorktreeAlias
Source§fn eq(&self, other: &WorktreeAlias) -> bool
fn eq(&self, other: &WorktreeAlias) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WorktreeAlias
impl PartialOrd for WorktreeAlias
impl StructuralPartialEq for WorktreeAlias
Auto Trait Implementations§
impl Freeze for WorktreeAlias
impl RefUnwindSafe for WorktreeAlias
impl Send for WorktreeAlias
impl Sync for WorktreeAlias
impl Unpin for WorktreeAlias
impl UnsafeUnpin for WorktreeAlias
impl UnwindSafe for WorktreeAlias
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.