Expand description
Types for representing data contained in a KeePass database
Structs§
- Auto
Type - An AutoType setting associated with an Entry
- Auto
Type Association - A window association associated with an AutoType setting
- Binary
Attachment - Binary attachment in the metadata of a XML database
- Binary
Attachments - Collection of binary attachments in the metadata of an XML database
- Color
- A color value for the Database, or Entry
- Custom
Data - Collection of custom data fields for an entry or metadata
- Custom
Data Item - Custom data field for an entry or metadata for internal use
- Custom
Data Item Denormalized - Custom data field for an entry or metadata from XML data
- Custom
Icons - Collection of custom icons
- Database
- A decrypted KeePass database
- Deleted
Object - A reference to a deleted element
- Deleted
Objects - Elements that have been previously deleted
- Entry
- A database entry containing several key-value fields.
- Group
- A database group with child groups and entries
- Header
Attachment - Binary attachments stored in a database inner header
- History
- An entry’s history
- Icon
- A custom icon
- Memory
Protection - Database memory protection settings
- Meta
- Database metadata
- Node
Iter - An iterator over Group and Entry references
- Times
- Timestamps for a Group or Entry
Enums§
- Node
- An owned node in the database tree structure which can either be an Entry or Group
- NodeRef
- A shared reference to a node in the database tree structure which can either point to an Entry or a Group
- Node
RefMut - An exclusive mutable reference to a node in the database tree structure which can either point to an Entry or a Group
- Value
- A value that can be a raw string, byte array, or protected memory region