Struct wiggle_generate::config::WasmtimeConfig
source · pub struct WasmtimeConfig {
pub c: Config,
pub target: Path,
}
Fields§
§c: Config
§target: Path
Implementations§
Trait Implementations§
source§impl Clone for WasmtimeConfig
impl Clone for WasmtimeConfig
source§fn clone(&self) -> WasmtimeConfig
fn clone(&self) -> WasmtimeConfig
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 more