Enum wasmtime_environ::settings::SetError [−][src]
Expand description
An error produced when changing a setting.
Variants
BadName(String)
No setting by this name exists.
Type mismatch for setting (e.g., setting an enum setting as a bool).
BadValue(String)
This is not a valid value for this setting.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetError
impl UnwindSafe for SetError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.