Enum wiggle_generate::config::ConfigField
source · pub enum ConfigField {
Witx(WitxConf),
Error(ErrorConf),
Async(AsyncConf),
Wasmtime(bool),
Tracing(bool),
}
Variants§
Trait Implementations§
source§impl Clone for ConfigField
impl Clone for ConfigField
source§fn clone(&self) -> ConfigField
fn clone(&self) -> ConfigField
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