Struct python_packaging::resource::PythonPathExtension [−][src]
pub struct PythonPathExtension {
pub data: FileData,
}Represents a Python path extension.
i.e. a .pth file.
Fields
data: FileDataContent of the .pth file.
Implementations
Trait Implementations
impl Clone for PythonPathExtension[src]
impl Clone for PythonPathExtension[src]fn clone(&self) -> PythonPathExtension[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<&'a PythonPathExtension> for PythonResource<'a>[src]
impl<'a> From<&'a PythonPathExtension> for PythonResource<'a>[src]fn from(e: &'a PythonPathExtension) -> Self[src]
impl<'a> From<PythonPathExtension> for PythonResource<'a>[src]
impl<'a> From<PythonPathExtension> for PythonResource<'a>[src]fn from(e: PythonPathExtension) -> Self[src]
impl PartialEq<PythonPathExtension> for PythonPathExtension[src]
impl PartialEq<PythonPathExtension> for PythonPathExtension[src]fn eq(&self, other: &PythonPathExtension) -> bool[src]
fn ne(&self, other: &PythonPathExtension) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for PythonPathExtension
impl RefUnwindSafe for PythonPathExtensionimpl Send for PythonPathExtension
impl Send for PythonPathExtensionimpl Sync for PythonPathExtension
impl Sync for PythonPathExtensionimpl Unpin for PythonPathExtension
impl Unpin for PythonPathExtensionimpl UnwindSafe for PythonPathExtension
impl UnwindSafe for PythonPathExtension