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