darkwing::database::browser_profile_access

Module model

source
Expand description

Browser profile access control module that manages permissions for browser profiles.

This module handles the database representation of access control for browser profiles, where permissions are stored as MySQL boolean values (represented as i8 in Rust). A value of 1 indicates true/granted, while 0 indicates false/denied.

Structsยง

  • Represents access control permissions for a browser profile associated with a role.