Enum python_packaging::policy::ResourceHandlingMode [−][src]
pub enum ResourceHandlingMode {
Classify,
Files,
}Describes how resources should be handled.
Variants
Files should be classified as typed resources.
Files should be handled as files.
Trait Implementations
impl Clone for ResourceHandlingMode[src]
impl Clone for ResourceHandlingMode[src]fn clone(&self) -> ResourceHandlingMode[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ResourceHandlingMode[src]
impl Copy for ResourceHandlingMode[src]Auto Trait Implementations
impl RefUnwindSafe for ResourceHandlingMode
impl RefUnwindSafe for ResourceHandlingModeimpl Send for ResourceHandlingMode
impl Send for ResourceHandlingModeimpl Sync for ResourceHandlingMode
impl Sync for ResourceHandlingModeimpl Unpin for ResourceHandlingMode
impl Unpin for ResourceHandlingModeimpl UnwindSafe for ResourceHandlingMode
impl UnwindSafe for ResourceHandlingMode