Enum wasmtime_environ::FlagValue [−][src]
Expand description
Value of a configured setting for a Compiler
Variants
Enum(Cow<'static, str>)
Name of the value that has been configured for this setting.
Num(u8)
Tuple Fields
0: u8
The numerical value of the configured settings.
Bool(bool)
Tuple Fields
0: bool
Whether the setting is on or off.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for FlagValue
impl UnwindSafe for FlagValue
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.