Struct hyper::client::connect::Destination [] [src]

pub struct Destination { /* fields omitted */ }

A set of properties to describe where and how to try to connect.

Methods

impl Destination
[src]

[src]

Get the protocol scheme.

[src]

Get the hostname.

[src]

Get the port, if specified.

Trait Implementations

impl Clone for Destination
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Destination
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Destination

impl Sync for Destination