Enum cranelift_codegen::settings::SetError [−][src]
Expand description
An error produced when changing a setting.
Variants
BadName(String)
Tuple Fields
0: String
No setting by this name exists.
BadType
Type mismatch for setting (e.g., setting an enum setting as a bool).
BadValue(String)
Tuple Fields
0: 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.