Enum python_packaging::location::ConcreteResourceLocation [−][src]
pub enum ConcreteResourceLocation {
InMemory,
RelativePath(String),
}Expand description
Describes the concrete location of a Python resource.
Variants
Resource is loaded from memory.
RelativePath(String)Reosurce is loaded from a relative filesystem path.
Tuple Fields of RelativePath
0: StringTrait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConcreteResourceLocation
impl Send for ConcreteResourceLocation
impl Sync for ConcreteResourceLocation
impl Unpin for ConcreteResourceLocation
impl UnwindSafe for ConcreteResourceLocation
Blanket Implementations
Mutably borrows from an owned value. Read more