Skip to main content

Module model

Module model 

Source
Expand description

What a download yields: vaults holding items, each item still in its decrypted 1Password shape.

Mapping these onto Bitwarden ciphers is the importer’s job and happens elsewhere.

Structs§

Item
A decrypted item: its identity plus both payloads exactly as 1Password sends them.
Vault
A decrypted vault with its items.

Enums§

ItemCategory
The kind of a vault item, mapped from its template id. The ids are 1Password’s standard category template UUIDs; an unrecognized id is preserved as ItemCategory::Unknown so nothing is lost.