Enum PyProjectConfigFile
pub enum PyProjectConfigFile {
PyProjectToml,
}Expand description
Common pyproject config file labels.
Variants§
PyProjectToml
Implementations§
§impl PyProjectConfigFile
impl PyProjectConfigFile
Trait Implementations§
§impl Clone for PyProjectConfigFile
impl Clone for PyProjectConfigFile
§fn clone(&self) -> PyProjectConfigFile
fn clone(&self) -> PyProjectConfigFile
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 PyProjectConfigFile
impl Debug for PyProjectConfigFile
§impl Display for PyProjectConfigFile
impl Display for PyProjectConfigFile
§impl FromStr for PyProjectConfigFile
impl FromStr for PyProjectConfigFile
§type Err = PyProjectTextError
type Err = PyProjectTextError
The associated error which can be returned from parsing.
§fn from_str(
input: &str,
) -> Result<PyProjectConfigFile, <PyProjectConfigFile as FromStr>::Err>
fn from_str( input: &str, ) -> Result<PyProjectConfigFile, <PyProjectConfigFile as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for PyProjectConfigFile
impl Hash for PyProjectConfigFile
§impl Ord for PyProjectConfigFile
impl Ord for PyProjectConfigFile
§fn cmp(&self, other: &PyProjectConfigFile) -> Ordering
fn cmp(&self, other: &PyProjectConfigFile) -> 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 PyProjectConfigFile
impl PartialEq for PyProjectConfigFile
§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