[][src]Crate credent_model

Data types to represent application credentials.

Structs

Credentials

Credentials to log into the application.

Password

Password to login. String newtype.

Profile

Profile to store credentials under.

Profiles

Set of Profiles. BTreeSet newtype.

Username

Username to login. String newtype.