Struct kubos_system::Address[][src]

pub struct Address { /* fields omitted */ }
[]

A simple address consisting of an IP address and port number

Methods

impl Address
[src]
[]

[]

Returns the IP portion of this address, or "127.0.0.1" if one was not provided.

[]

Returns the port of this address, or 8080 if one was not provided.

Trait Implementations

impl Clone for Address
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Address
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Default for Address
[src]
[+]

[]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address