Enum python_packaging::location::ConcreteResourceLocation [−][src]
pub enum ConcreteResourceLocation {
InMemory,
RelativePath(String),
}Describes the concrete location of a Python resource.
Variants
Resource is loaded from memory.
RelativePath(String)Reosurce is loaded from a relative filesystem path.
Trait Implementations
impl Clone for ConcreteResourceLocation[src]
impl Clone for ConcreteResourceLocation[src]fn clone(&self) -> ConcreteResourceLocation[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]
impl PartialEq<ConcreteResourceLocation> for ConcreteResourceLocation[src]
impl PartialEq<ConcreteResourceLocation> for ConcreteResourceLocation[src]fn eq(&self, other: &ConcreteResourceLocation) -> bool[src]
fn ne(&self, other: &ConcreteResourceLocation) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for ConcreteResourceLocation
impl RefUnwindSafe for ConcreteResourceLocationimpl Send for ConcreteResourceLocation
impl Send for ConcreteResourceLocationimpl Sync for ConcreteResourceLocation
impl Sync for ConcreteResourceLocationimpl Unpin for ConcreteResourceLocation
impl Unpin for ConcreteResourceLocationimpl UnwindSafe for ConcreteResourceLocation
impl UnwindSafe for ConcreteResourceLocation