Struct omicron_zone_package::package::MappedPath
source · pub struct MappedPath {
pub from: InterpolatedString,
pub to: InterpolatedString,
}Expand description
A pair of paths, mapping from a directory on the host to the target.
Fields§
§from: InterpolatedStringSource path.
to: InterpolatedStringDestination path.
Trait Implementations§
source§impl Debug for MappedPath
impl Debug for MappedPath
source§impl<'de> Deserialize<'de> for MappedPath
impl<'de> Deserialize<'de> for MappedPath
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more