[][src]Module cueball::backend

Structs

Backend

A type representing the different information about a Cueball backend.

BackendKey

A base64 encoded identifier based on the backend name, address, and port.

Functions

srv_key

Return a base64 encoded identifier based on the fields of the backend.

Type Definitions

BackendAddress

The IP address of the backend. This is a type alias for std::net::IpAddr.

BackendName

The concatenation of the backend address and port with a colon delimiter. This is a type alias for String.

BackendPort

The port number for a backend. This is a type alias for u16.