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