Enum UvToolCommand
pub enum UvToolCommand {
Install,
Run,
List,
Uninstall,
Upgrade,
}Expand description
uv tool subcommand labels.
Variants§
Implementations§
§impl UvToolCommand
impl UvToolCommand
Trait Implementations§
§impl Clone for UvToolCommand
impl Clone for UvToolCommand
§fn clone(&self) -> UvToolCommand
fn clone(&self) -> UvToolCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for UvToolCommand
impl Debug for UvToolCommand
§impl Display for UvToolCommand
impl Display for UvToolCommand
§impl FromStr for UvToolCommand
impl FromStr for UvToolCommand
§type Err = UvTextError
type Err = UvTextError
The associated error which can be returned from parsing.
§fn from_str(
input: &str,
) -> Result<UvToolCommand, <UvToolCommand as FromStr>::Err>
fn from_str( input: &str, ) -> Result<UvToolCommand, <UvToolCommand as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for UvToolCommand
impl Hash for UvToolCommand
§impl Ord for UvToolCommand
impl Ord for UvToolCommand
§impl PartialEq for UvToolCommand
impl PartialEq for UvToolCommand
§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