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 Send for CompileMode
impl Sync for CompileMode
impl Unpin for CompileMode
impl UnwindSafe for CompileMode
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self