Structs
- An handle to the beanstalkd TCP stream and the Tokio mpsc channels
- Convenience struct: copy of the channel’s transmitting end, with all the methods which allow to send the commands to a beanstalkd server.
- A beanstalk job
- job statistics
- Configuration to customize the insertion of a new task with the
put
command - Configuration to customize the release of a task with the
release
command - beanstalkd statistics
- Tube statistics
Enums
- A beanstalkd error
Constants
Type Definitions
- Convenience type: Beanstalk operation result
- The Id type for a beanstalk job