Enum kvarn::BindIpVersion

source ·
pub enum BindIpVersion {
    V4,
    V6,
    Both,
}
Expand description

Which version of the Internet Protocol to bind to.

Variants§

§

V4

Bind to IPv4

§

V6

Bind to IPv6

§

Both

Bind to IPv4 and IPv6

Trait Implementations§

source§

impl Clone for BindIpVersion

source§

fn clone(&self) -> BindIpVersion

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)