collections::fmt::Error

Struct collections::fmt::Error

pub struct Error;

The error type which is returned from formatting a message into a stream.

This type does not support transmission of an error other than that an error occurred. Any extra information must be arranged to be transmitted through some other means.

Trait Implementations

impl Eq for Error [src]

impl Default for Error [src]

Returns the "default value" for a type. Read more

impl Copy for Error [src]

impl Debug for Error [src]

Formats the value using the given formatter.

impl Ord for Error [src]

This method returns an Ordering between self and other. Read more

impl PartialEq<Error> for Error [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 Error [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialOrd<Error> for Error [src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Display for Error [src]

Formats the value using the given formatter. Read more

impl Hash for Error [src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. 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/fmt/struct.Error.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部