Enum postgres::ConnectTarget [] [src]

pub enum ConnectTarget {
    Tcp(String),
}

Specifies the target server to connect to.

Variants

Connect via TCP to the specified host.

Trait Implementations

impl Clone for ConnectTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectTarget
[src]

Formats the value using the given formatter.