Enum python_packaging::interpreter::CoerceCLocale [−][src]
pub enum CoerceCLocale {
LCCtype,
C,
}
Expand description
Holds values for coerce_c_locale.
See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale.
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CoerceCLocale
impl Send for CoerceCLocale
impl Sync for CoerceCLocale
impl Unpin for CoerceCLocale
impl UnwindSafe for CoerceCLocale
Blanket Implementations
Mutably borrows from an owned value. Read more