Enum pyoxidizerlib::py_packaging::distribution::DistributionFlavor [−][src]
pub enum DistributionFlavor {
Standalone,
StandaloneStatic,
StandaloneDynamic,
}Describes the flavor of a distribution.
Variants
Distributions coming from the python-build-standalone project.
Statically linked distributions coming from the python-build-standalone project.
Dynamically linked distributions coming from the python-build-standalone project.
Trait Implementations
impl Default for DistributionFlavor[src]
impl Default for DistributionFlavor[src]Auto Trait Implementations
impl RefUnwindSafe for DistributionFlavor
impl RefUnwindSafe for DistributionFlavorimpl Send for DistributionFlavor
impl Send for DistributionFlavorimpl Sync for DistributionFlavor
impl Sync for DistributionFlavorimpl Unpin for DistributionFlavor
impl Unpin for DistributionFlavorimpl UnwindSafe for DistributionFlavor
impl UnwindSafe for DistributionFlavorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,