Enum UvProjectCommand
pub enum UvProjectCommand {
Init,
Add,
Remove,
Sync,
Lock,
Run,
Build,
Publish,
}Expand description
uv project subcommand labels.
Variants§
Implementations§
§impl UvProjectCommand
impl UvProjectCommand
Trait Implementations§
§impl Clone for UvProjectCommand
impl Clone for UvProjectCommand
§fn clone(&self) -> UvProjectCommand
fn clone(&self) -> UvProjectCommand
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 UvProjectCommand
impl Debug for UvProjectCommand
§impl Display for UvProjectCommand
impl Display for UvProjectCommand
§impl FromStr for UvProjectCommand
impl FromStr for UvProjectCommand
§type Err = UvTextError
type Err = UvTextError
The associated error which can be returned from parsing.
§fn from_str(
input: &str,
) -> Result<UvProjectCommand, <UvProjectCommand as FromStr>::Err>
fn from_str( input: &str, ) -> Result<UvProjectCommand, <UvProjectCommand as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for UvProjectCommand
impl Hash for UvProjectCommand
§impl Ord for UvProjectCommand
impl Ord for UvProjectCommand
§fn cmp(&self, other: &UvProjectCommand) -> Ordering
fn cmp(&self, other: &UvProjectCommand) -> Ordering
1.21.0 · 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
§impl PartialEq for UvProjectCommand
impl PartialEq for UvProjectCommand
§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