Enum curl::easy::IpResolve [] [src]

pub enum IpResolve {
    V4,
    V6,
    Any,
    // some variants omitted
}

Possible values to pass to the ip_resolve method.

Variants

Trait Implementations

impl Debug for IpResolve
[src]

[src]

Formats the value using the given formatter.