Enum wiggle_generate::config::ConfigField [−][src]
Variants
Witx(WitxConf)
Tuple Fields of Witx
0: WitxConf
Error(ErrorConf)
Tuple Fields of Error
0: ErrorConf
Async(AsyncConf)
Tuple Fields of Async
0: AsyncConf
Wasmtime(bool)
Tuple Fields of Wasmtime
0: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConfigField
impl !Send for ConfigField
impl !Sync for ConfigField
impl Unpin for ConfigField
impl UnwindSafe for ConfigField
Blanket Implementations
Mutably borrows from an owned value. Read more