Struct arrows::Addr

source · []
pub struct Addr { /* private fields */ }
Expand description

Unique actor addresses based on IP, PORT and names. Some fields are later extension points

Implementations

A new local actor address - bound to be unique. Actors with same name will have different ids based on system ports even if multiple instances of the arrows systems are running on the same node

An actor running on a different local or remote system

Alter the port - to talk to different system

Alter the IP - as requried

Human readable name of an actor

Internally used by the system for unique address identification

Address host ip

Needed for support remoting - used to decide if listener should be booted if not already up if message comes in

Mostly for routing decisions

Routing

Is the local - based on port or ip or both together

Handle to host

Handle to port

For serialization

The address of the listener

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.