Struct riker::system::IoAddress[][src]

pub struct IoAddress(pub String);

Trait Implementations

impl Clone for IoAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IoAddress
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IoAddress
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromStr for IoAddress
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<SocketAddr> for IoAddress
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IoAddress

impl Sync for IoAddress