Struct docktape::Socket[][src]

pub struct Socket {
    pub address: String,
}

Socket

Fields

Socket address

Methods

impl Socket
[src]

Create new socket

Returns the Socket address

Returns if the Socket is a Unix one

Execute the request on the client

Trait Implementations

impl Clone for Socket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Socket

impl Sync for Socket