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