Struct fibers_http_client::connection::Connection[][src]

pub struct Connection { /* fields omitted */ }

TCP connection.

Methods

impl Connection
[src]

Makes a new Connection instance.

Returns the TCP address of the peer.

Trait Implementations

impl AsMut<Connection> for RentedConnection
[src]

Performs the conversion.

impl Debug for Connection
[src]

Formats the value using the given formatter. Read more

impl AsMut<Connection> for Connection
[src]

Important traits for &'a mut R

Performs the conversion.

Auto Trait Implementations

impl Send for Connection

impl !Sync for Connection