Enum python_packaging::policy::ResourceHandlingMode [−][src]
pub enum ResourceHandlingMode {
Classify,
Files,
}
Expand description
Describes how resources should be handled.
Variants
Files should be classified as typed resources.
Files should be handled as files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResourceHandlingMode
impl Send for ResourceHandlingMode
impl Sync for ResourceHandlingMode
impl Unpin for ResourceHandlingMode
impl UnwindSafe for ResourceHandlingMode
Blanket Implementations
Mutably borrows from an owned value. Read more