[][src]Module basws_client::prelude

Structs

Client
Handle

Reference-counted async RwLock

InstallationConfig
Url

A parsed URL record.

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

Error
LoginState
ServerError

Traits

ClientLogic

Attribute Macros

async_trait