Struct wasmtime_environ::__core::char::ParseCharError 1.20.0[−][src]
pub struct ParseCharError { /* fields omitted */ }
Expand description
An error which can be returned when parsing a char.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ParseCharError
impl Send for ParseCharError
impl Sync for ParseCharError
impl Unpin for ParseCharError
impl UnwindSafe for ParseCharError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.