Struct netaddr::net::HostsExperimental [-]  [+] [src]

pub struct Hosts {
    // some fields omitted
}

Trait Implementations

impl Iterator for Hosts

type Item = IpAddr

fn next(&mut self) -> Option<IpAddr>

fn size_hint(&self) -> (usize, Option<usize>)

impl DoubleEndedIterator for Hosts

fn next_back(&mut self) -> Option<IpAddr>

Derived Implementations

impl Clone for Hosts

fn clone(&self) -> Hosts

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

impl Copy for Hosts