Module at_commands::builder[][src]

Expand description

Implementation of the CommandBuilder

Structs

CommandBuilder

CommandBuilder

Execute

Marker struct for builders that produce a execute command.

Initialized

Marker struct for initialized builders. The T type is the type the builder will be marked after it has been named.

Query

Marker struct for builders that produce a query command.

Set

Marker struct for builders that produce a set command.

Test

Marker struct for builders that produce a test command.

Uninitialized

Marker struct for uninitialized builders.

Traits

Finishable

A trait that can be implemented for marker structs to indicate that the command is ready to be finished.

Nameable

A trait that can be implemented for marker structs to indicate that the command is ready to be named.