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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IpResolve

impl Sync for IpResolve