Enum python_packaging::resource_collection::PythonModuleBytecodeProvider [−][src]
Describes how Python module bytecode will be obtained.
Variants
Provided(FileData)Bytecode is already available.
FromSource(FileData)Bytecode will be computed from source.
Trait Implementations
impl Clone for PythonModuleBytecodeProvider[src]
impl Clone for PythonModuleBytecodeProvider[src]fn clone(&self) -> PythonModuleBytecodeProvider[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<PythonModuleBytecodeProvider> for PythonModuleBytecodeProvider[src]
impl PartialEq<PythonModuleBytecodeProvider> for PythonModuleBytecodeProvider[src]fn eq(&self, other: &PythonModuleBytecodeProvider) -> bool[src]
fn ne(&self, other: &PythonModuleBytecodeProvider) -> bool[src]
Auto Trait Implementations
impl Send for PythonModuleBytecodeProvider
impl Send for PythonModuleBytecodeProviderimpl Sync for PythonModuleBytecodeProvider
impl Sync for PythonModuleBytecodeProviderimpl Unpin for PythonModuleBytecodeProvider
impl Unpin for PythonModuleBytecodeProviderimpl UnwindSafe for PythonModuleBytecodeProvider
impl UnwindSafe for PythonModuleBytecodeProvider