Enum curl::easy::IpResolve  
#[non_exhaustive]
pub enum IpResolve {    
    V4,
    V6,
    Any,
}Documentation
Possible values to pass to the ip_resolve method.
Variants
V4V6AnyTrait Implementations
impl Debug for IpResolve
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for IpResolveimpl UnwindSafe for IpResolveBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T