[][src]Module basws_server::prelude

Structs

ConnectedClient
Handle

Reference-counted async RwLock

InstallationConfig
Server
Uuid

A Universally Unique Identifier (UUID).

Version

Represents a version number conforming to the semantic versioning scheme.

VersionReq

A VersionReq is a struct containing a list of ranges that can apply to ranges of version numbers. Matching operations can then be done with the VersionReq against a particular version to see if it satisfies some or all of the constraints.

Enums

ErrorHandling
RequestHandling
ServerError
ServerRequestHandling

Traits

Identifiable
ServerLogic

Type Definitions

AccountMap

Attribute Macros

async_trait