Enum python_packaging::interpreter::CheckHashPycsMode [−][src]
pub enum CheckHashPycsMode {
Always,
Never,
Default,
}
Expand description
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CheckHashPycsMode
impl Send for CheckHashPycsMode
impl Sync for CheckHashPycsMode
impl Unpin for CheckHashPycsMode
impl UnwindSafe for CheckHashPycsMode
Blanket Implementations
Mutably borrows from an owned value. Read more