Struct daemon_engine::User[][src]

pub struct User {
    pub id: uid_t,
    pub group_id: uid_t,
    pub name: String,
    pub groups: Vec<String>,
}

User object for asserting permissions

Fields

Methods

impl User
[src]

Create a user object from a given UID

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter. Read more

impl PartialEq for User
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for User

impl Sync for User