Enum python_packaging::location::AbstractResourceLocation [−][src]
pub enum AbstractResourceLocation {
InMemory,
RelativePath,
}
Expand description
Describes the location of a Python resource.
The location is abstract because a concrete location (such as the relative path) is not specified.
Variants
Resource is loaded from memory.
Resource is loaded from a relative filesystem path.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AbstractResourceLocation
impl Send for AbstractResourceLocation
impl Sync for AbstractResourceLocation
impl Unpin for AbstractResourceLocation
impl UnwindSafe for AbstractResourceLocation
Blanket Implementations
Mutably borrows from an owned value. Read more