pub enum UvCommand {
Init,
Add,
Remove,
Sync,
Lock,
Run,
Build,
Publish,
Python,
Pip,
Tool,
Venv,
}Expand description
Common uv command labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for UvCommand
impl Ord for UvCommand
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 PartialOrd for UvCommand
impl PartialOrd for UvCommand
impl Copy for UvCommand
impl Eq for UvCommand
impl StructuralPartialEq for UvCommand
Auto Trait Implementations§
impl Freeze for UvCommand
impl RefUnwindSafe for UvCommand
impl Send for UvCommand
impl Sync for UvCommand
impl Unpin for UvCommand
impl UnsafeUnpin for UvCommand
impl UnwindSafe for UvCommand
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