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