Struct hyper::SocketAddrUnstable
[-]
[+]
[src]
pub struct SocketAddr { pub ip: IpAddr, pub port: u16, }
Fields
ip | |
port |
pub struct SocketAddr { pub ip: IpAddr, pub port: u16, }
ip | |
port |
impl String for SocketAddr
impl FromStr for SocketAddr
fn from_str(s: &str) -> Option<SocketAddr>
impl ToSocketAddr for SocketAddr
fn to_socket_addr(&self) -> Result<SocketAddr, IoError>
fn to_socket_addr(&self) -> Result<SocketAddr, IoError>
fn to_socket_addr_all(&self) -> Result<Vec<SocketAddr>, IoError>
impl Show for SocketAddr
impl<__S: Hasher + Writer> Hash<__S> for SocketAddr
fn hash(&self, __arg_0: &mut __S)
impl Clone for SocketAddr
fn clone(&self) -> SocketAddr
fn clone_from(&mut self, &SocketAddr)
impl Eq for SocketAddr
fn assert_receiver_is_total_eq(&self)
impl PartialEq<SocketAddr> for SocketAddr
fn eq(&self, __arg_0: &SocketAddr) -> bool
fn ne(&self, __arg_0: &SocketAddr) -> bool
fn ne(&self, &SocketAddr) -> bool
impl Copy for SocketAddr
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
).