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