Enum python_packaging::bytecode::CompileMode [−][src]
pub enum CompileMode {
Bytecode,
PycCheckedHash,
PycUncheckedHash,
}Output mode for BytecodeCompiler.
Variants
Emit just Python bytecode.
Emit .pyc header with hash verification.
Emit .pyc header with no hash verification.
Auto Trait Implementations
impl RefUnwindSafe for CompileMode
impl RefUnwindSafe for CompileModeimpl Send for CompileMode
impl Send for CompileModeimpl Sync for CompileMode
impl Sync for CompileModeimpl Unpin for CompileMode
impl Unpin for CompileModeimpl UnwindSafe for CompileMode
impl UnwindSafe for CompileMode