Struct collections::str::ParseBoolError
[−]
[src]
pub struct ParseBoolError { // some fields omitted }
An error returned when parsing a bool
from a string fails.
pub struct ParseBoolError { // some fields omitted }
An error returned when parsing a bool
from a string fails.
impl Display for ParseBoolError
impl PartialEq<ParseBoolError> for ParseBoolError
fn eq(&self, __arg_0: &ParseBoolError) -> bool
fn ne(&self, __arg_0: &ParseBoolError) -> bool
impl Clone for ParseBoolError
fn clone(&self) -> ParseBoolError
fn clone_from(&mut self, source: &Self)
impl Debug for ParseBoolError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)