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

pub struct AddrParseError(_);
1.0.0

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

Trait Implementations

impl Display for AddrParseError
1.4.0
[src]

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

impl Error for AddrParseError
1.4.0
[src]

fn description(&self) -> &str

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

Derived Implementations

impl PartialEq for AddrParseError
[src]

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

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

impl Clone for AddrParseError
[src]

fn clone(&self) -> AddrParseError

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

impl Debug for AddrParseError
[src]

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