pub enum UvToolCommand {
Install,
Run,
List,
Uninstall,
Upgrade,
}Expand description
uv tool subcommand labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UvToolCommand
impl Clone for UvToolCommand
Source§fn clone(&self) -> UvToolCommand
fn clone(&self) -> UvToolCommand
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 UvToolCommand
impl Debug for UvToolCommand
Source§impl Display for UvToolCommand
impl Display for UvToolCommand
Source§impl FromStr for UvToolCommand
impl FromStr for UvToolCommand
Source§impl Hash for UvToolCommand
impl Hash for UvToolCommand
Source§impl Ord for UvToolCommand
impl Ord for UvToolCommand
Source§fn cmp(&self, other: &UvToolCommand) -> Ordering
fn cmp(&self, other: &UvToolCommand) -> 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 UvToolCommand
impl PartialEq for UvToolCommand
Source§fn eq(&self, other: &UvToolCommand) -> bool
fn eq(&self, other: &UvToolCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UvToolCommand
impl PartialOrd for UvToolCommand
impl Copy for UvToolCommand
impl Eq for UvToolCommand
impl StructuralPartialEq for UvToolCommand
Auto Trait Implementations§
impl Freeze for UvToolCommand
impl RefUnwindSafe for UvToolCommand
impl Send for UvToolCommand
impl Sync for UvToolCommand
impl Unpin for UvToolCommand
impl UnsafeUnpin for UvToolCommand
impl UnwindSafe for UvToolCommand
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