Struct wasm_compose::config::Dependency
source · pub struct Dependency {
pub path: PathBuf,
}Expand description
An explicit transitive dependency of a composed component.
Fields§
§path: PathBufThe path to the dependency’s component file.
Trait Implementations§
source§impl Clone for Dependency
impl Clone for Dependency
source§fn clone(&self) -> Dependency
fn clone(&self) -> Dependency
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 Dependency
impl Debug for Dependency
source§impl Default for Dependency
impl Default for Dependency
source§fn default() -> Dependency
fn default() -> Dependency
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Dependency
impl<'de> Deserialize<'de> for Dependency
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