Enum python_packaging::resource_collection::PythonModuleBytecodeProvider [−][src]
Expand description
Describes how Python module bytecode will be obtained.
Variants
Provided(FileData)Bytecode is already available.
Tuple Fields of Provided
0: FileDataFromSource(FileData)Bytecode will be computed from source.
Tuple Fields of FromSource
0: FileDataTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PythonModuleBytecodeProvider
impl Sync for PythonModuleBytecodeProvider
impl Unpin for PythonModuleBytecodeProvider
impl UnwindSafe for PythonModuleBytecodeProvider
Blanket Implementations
Mutably borrows from an owned value. Read more