Struct robots::actors::actor_ref::ConnectionInfo [] [src]

pub struct ConnectionInfo { /* fields omitted */ }

This gives connection informations on how to get to the distant actors.

Note that the storage of the addr_port could be improved, but is not a concern for now.

Methods

impl ConnectionInfo
[src]

[src]

Distant logical path.

[src]

Address and port of the distant actor.

Trait Implementations

impl Debug for ConnectionInfo
[src]

[src]

Formats the value using the given formatter.

impl Eq for ConnectionInfo
[src]

impl Hash for ConnectionInfo
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ConnectionInfo
[src]

[src]

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

[src]

This method tests for !=.