Struct protocol::TryFromIntError [] [src]

pub struct TryFromIntError {}

Copy of TryFromIntError that works in stable rust

Trait Implementations

impl Debug for TryFromIntError
[src]

[src]

Formats the value using the given formatter.

impl Copy for TryFromIntError
[src]

impl Clone for TryFromIntError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TryFromIntError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for TryFromIntError
[src]

impl Display for TryFromIntError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TryFromIntError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more