Struct std::net::AddrParseError [] [src]

pub struct AddrParseError(_);

An error returned when parsing an IP address or a socket address.

Trait Implementations

Derived Implementations

impl PartialEq for AddrParseError

fn eq(&self, __arg_0: &AddrParseError) -> bool

fn ne(&self, __arg_0: &AddrParseError) -> bool

impl Clone for AddrParseError

fn clone(&self) -> AddrParseError

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

impl Debug for AddrParseError

fn fmt(&self, __arg_0: &mut Formatter) -> Result