Struct websocat::net_peer::TcpConnect[][src]

pub struct TcpConnect(pub SocketAddr);

Trait Implementations

impl Debug for TcpConnect
[src]

Formats the value using the given formatter. Read more

impl Clone for TcpConnect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Specifier for TcpConnect
[src]

Apply the specifier for constructing a "socket" or other connecting device.

Auto Trait Implementations

impl Send for TcpConnect

impl Sync for TcpConnect