Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

brokkr-broker::dal::generators Rust

Structs

brokkr-broker::dal::generators::GeneratorsDAL<’a>

pub

Data Access Layer for Generator operations.

This module provides a set of methods to interact with the generators table in the database. It includes operations for creating, retrieving, updating, and deleting generators, as well as specialized queries for filtering and updating specific fields.

Fields

NameTypeDescription
dal& 'a DALReference to the main DAL instance.