Searched defs:IpAddr (Results 1 – 4 of 4) sorted by relevance
462 impl Arbitrary for IpAddr { implementation463 fn arbitrary(g: &mut Gen) -> IpAddr { in arbitrary()
692 impl Serialize for net::IpAddr { implementation
581 impl IpAddr { impl
1553 impl<'de> Deserialize<'de> for net::IpAddr { implementation