Struct python_packaging::resource::SharedLibrary [−][src]
Represents a shared library.
Fields
name: StringName of the library.
This is the import name, not the full filename.
data: FileDataHolds the raw content of the shared library.
filename: Option<PathBuf>The filename the library should be materialized as.
Trait Implementations
impl Clone for SharedLibrary[src]
impl Clone for SharedLibrary[src]fn clone(&self) -> SharedLibrary[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<SharedLibrary> for SharedLibrary[src]
impl PartialEq<SharedLibrary> for SharedLibrary[src]fn eq(&self, other: &SharedLibrary) -> bool[src]
fn ne(&self, other: &SharedLibrary) -> bool[src]
impl StructuralPartialEq for SharedLibrary[src]
impl StructuralPartialEq for SharedLibrary[src]impl TryFrom<&'_ LibraryDependency> for SharedLibrary[src]
impl TryFrom<&'_ LibraryDependency> for SharedLibrary[src]Auto Trait Implementations
impl RefUnwindSafe for SharedLibrary
impl RefUnwindSafe for SharedLibraryimpl Send for SharedLibrary
impl Send for SharedLibraryimpl Sync for SharedLibrary
impl Sync for SharedLibraryimpl Unpin for SharedLibrary
impl Unpin for SharedLibraryimpl UnwindSafe for SharedLibrary
impl UnwindSafe for SharedLibrary