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

pub struct AddrParseError(_);

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

Trait Implementations

impl Display for AddrParseError

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

impl Error for AddrParseError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

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