Struct pyo3_pack::WheelMetadata[][src]

pub struct WheelMetadata {
    pub metadata21: Metadata21,
    pub scripts: HashMap<String, String>,
}

The metadata required to generate the .dist-info directory

Fields

Python Package Metadata 2.1

The [console_scripts] for the entry_points.txt

Trait Implementations

impl Debug for WheelMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for WheelMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WheelMetadata
[src]

impl PartialEq for WheelMetadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations