Struct std::net::AddrParseError
[−]
[src]
pub struct AddrParseError(_);
An error returned when parsing an IP address or a socket address.
pub struct AddrParseError(_);
An error returned when parsing an IP address or a socket address.
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)