Struct httpbis::solicit::ConnectionError [] [src]

pub struct ConnectionError { /* fields omitted */ }

The struct represents a connection error arising on an HTTP/2 connection.

Methods

impl ConnectionError
[src]

Creates a new ConnectionError with no associated debug data.

Creates a new ConnectionError with the given associated debug data.

The error code of the underlying error.

The debug data attached to the connection error, if any.

The debug data interpreted as a string, if possible.

Trait Implementations

impl Debug for ConnectionError
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ConnectionError
[src]

Formats the value using the given formatter. Read more

impl Error for ConnectionError
[src]

A short description of the error. Read more

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