pub enum RepositorySetupActionKind {
Init,
Adopt,
GitImport,
Other,
}Expand description
Classifies the primary recommended setup action for plain-Git / import onboarding guidance.
Variants§
Trait Implementations§
Source§impl Clone for RepositorySetupActionKind
impl Clone for RepositorySetupActionKind
Source§fn clone(&self) -> RepositorySetupActionKind
fn clone(&self) -> RepositorySetupActionKind
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 RepositorySetupActionKind
Source§impl Debug for RepositorySetupActionKind
impl Debug for RepositorySetupActionKind
impl Eq for RepositorySetupActionKind
impl StructuralPartialEq for RepositorySetupActionKind
Auto Trait Implementations§
impl Freeze for RepositorySetupActionKind
impl RefUnwindSafe for RepositorySetupActionKind
impl Send for RepositorySetupActionKind
impl Sync for RepositorySetupActionKind
impl Unpin for RepositorySetupActionKind
impl UnsafeUnpin for RepositorySetupActionKind
impl UnwindSafe for RepositorySetupActionKind
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