Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diondokter/at-commands
/ types & classes
Types & classes
12 in github.com/diondokter/at-commands
⨍
Functions
70
◇
Types & classes
12
↓ 1 callers
Class
ParseError
src/parser.rs:568
Class
CommandBuilder
Implementation of the CommandBuilder # CommandBuilder A builder struct for AT Commands ## Summary This can be used to build: A test command in the fo
src/builder.rs:38
Class
CommandParser
src/parser.rs:30
Class
Execute
Marker struct for builders that produce a execute command.
src/builder.rs:298
Interface
Finishable
A trait that can be implemented for marker structs to indicate that the command is ready to be finished.
src/builder.rs:301
Class
Initialized
Marker struct for initialized builders. The T type is the type the builder will be marked after it has been named.
src/builder.rs:289
Interface
Nameable
A trait that can be implemented for marker structs to indicate that the command is ready to be named.
src/builder.rs:308
Class
Query
Marker struct for builders that produce a query command.
src/builder.rs:294
Class
Set
Marker struct for builders that produce a set command.
src/builder.rs:296
Class
Test
Marker struct for builders that produce a test command.
src/builder.rs:292
Interface
TupleConcat
src/tuple_concat.rs:3
Class
Uninitialized
Marker struct for uninitialized builders.
src/builder.rs:286