Struct python_packaging::resource::PythonPathExtension [−][src]
pub struct PythonPathExtension {
pub data: FileData,
}
Expand description
Represents a Python path extension.
i.e. a .pth file.
Fields
data: FileData
Content of the .pth file.
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PythonPathExtension
impl Send for PythonPathExtension
impl Sync for PythonPathExtension
impl Unpin for PythonPathExtension
impl UnwindSafe for PythonPathExtension
Blanket Implementations
Mutably borrows from an owned value. Read more