Enum python_packaging::resource_collection::PythonModuleBytecodeProvider [−][src]
Expand description
Describes how Python module bytecode will be obtained.
Variants
Bytecode is already available.
Tuple Fields of Provided
0: FileData
Bytecode will be computed from source.
Tuple Fields of FromSource
0: FileData
Trait 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
type Output = T
type Output = T
Should always be Self