Enum python_packaging::location::AbstractResourceLocation [−][src]
pub enum AbstractResourceLocation {
InMemory,
RelativePath,
}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
impl Clone for AbstractResourceLocation[src]
impl Clone for AbstractResourceLocation[src]fn clone(&self) -> AbstractResourceLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl From<&'_ ConcreteResourceLocation> for AbstractResourceLocation[src]
impl From<&'_ ConcreteResourceLocation> for AbstractResourceLocation[src]fn from(l: &ConcreteResourceLocation) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for AbstractResourceLocation
impl RefUnwindSafe for AbstractResourceLocationimpl Send for AbstractResourceLocation
impl Send for AbstractResourceLocationimpl Sync for AbstractResourceLocation
impl Sync for AbstractResourceLocationimpl Unpin for AbstractResourceLocation
impl Unpin for AbstractResourceLocationimpl UnwindSafe for AbstractResourceLocation
impl UnwindSafe for AbstractResourceLocation