Module rincon_client::user::types [] [src]

Types used in methods for user administration.

Structs

NewAccessLevel

This struct specifies an access level to be granted.

NewUser

This struct specifies the properties for a new user that is going to be created.

User

This struct contains the properties of a user.

UserUpdate

This struct holds properties of a user that shall be changed. It is used for partially modifying an existing user.

Enums

Permission

This enum defines the possible access levels.

Traits

UserExtra

The UserExtra trait marks a type for being used as extra information in the User, NewUser and UserUpdate structs.