Struct pyoxidizerlib::py_packaging::distribution::PythonDistributionRecord [−][src]
pub struct PythonDistributionRecord {
pub python_major_minor_version: String,
pub location: PythonDistributionLocation,
pub target_triple: String,
pub supports_prebuilt_extension_modules: bool,
}Expand description
Describes an obtainable Python distribution.
Fields
python_major_minor_version: StringX.Y major.minor version of Python.
location: PythonDistributionLocationWhere the distribution can be obtained from.
target_triple: StringRust target triple this distribution runs on.
supports_prebuilt_extension_modules: boolWhether the distribution can load prebuilt extension modules.
Trait Implementations
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 PythonDistributionRecord
impl Send for PythonDistributionRecord
impl Sync for PythonDistributionRecord
impl Unpin for PythonDistributionRecord
impl UnwindSafe for PythonDistributionRecord
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more