pub enum WorktreeRegistrationState {
Active,
Retired,
}Expand description
Durable registration lifecycle state.
Variants§
Active
The alias may resolve source operations.
Retired
The alias no longer resolves, while historical aggregate state remains.
Implementations§
Trait Implementations§
Source§impl Clone for WorktreeRegistrationState
impl Clone for WorktreeRegistrationState
Source§fn clone(&self) -> WorktreeRegistrationState
fn clone(&self) -> WorktreeRegistrationState
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 WorktreeRegistrationState
Source§impl Debug for WorktreeRegistrationState
impl Debug for WorktreeRegistrationState
impl Eq for WorktreeRegistrationState
Source§impl PartialEq for WorktreeRegistrationState
impl PartialEq for WorktreeRegistrationState
Source§fn eq(&self, other: &WorktreeRegistrationState) -> bool
fn eq(&self, other: &WorktreeRegistrationState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorktreeRegistrationState
Auto Trait Implementations§
impl Freeze for WorktreeRegistrationState
impl RefUnwindSafe for WorktreeRegistrationState
impl Send for WorktreeRegistrationState
impl Sync for WorktreeRegistrationState
impl Unpin for WorktreeRegistrationState
impl UnsafeUnpin for WorktreeRegistrationState
impl UnwindSafe for WorktreeRegistrationState
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> 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.