collections::str::ParseBoolError

Struct collections::str::ParseBoolError

pub struct ParseBoolError { /* fields omitted */ }

An error returned when parsing a bool using from_str fails

Trait Implementations

impl Eq for ParseBoolError [src]

impl Debug for ParseBoolError [src]

Formats the value using the given formatter.

impl PartialEq<ParseBoolError> for ParseBoolError [src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ParseBoolError [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ParseBoolError [src]

Formats the value using the given formatter. Read more

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/collections/str/struct.ParseBoolError.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部