Module datatypes

Module datatypes 

Source
Expand description

The more generic datatypes used in pslink

Structs§

Click
Everytime a shor url is clicked record it for statistical evaluation.
Count
When statistics are counted
FullLink
A link together with its author and its click-count.
LangIter
Link
A short url of the link service
ListWithOwner
A generic list returntype containing the User and a Vec containing e.g. Links or Users
Secret
The Password: Display, Debug and serialize do not include the Password to prevent leaks of sensible information in logs or similar.
User
A User of the pslink service

Enums§

Lang
An enum containing the available languages. To add an additional language add it to this enum aswell as an appropriate file into the locales folder.
Loadable
Loadable is a type that has not been loaded but will be in future. It can be used to indicate the loading process.