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