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 Clone for MappedPath
impl Clone for MappedPath
source§fn clone(&self) -> MappedPath
fn clone(&self) -> MappedPath
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§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
source§impl PartialEq for MappedPath
impl PartialEq for MappedPath
source§fn eq(&self, other: &MappedPath) -> bool
fn eq(&self, other: &MappedPath) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MappedPath
Auto Trait Implementations§
impl RefUnwindSafe for MappedPath
impl Send for MappedPath
impl Sync for MappedPath
impl Unpin for MappedPath
impl UnwindSafe for MappedPath
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more