Struct daemon_engine::User [−][src]
User object for asserting permissions
Fields
id: uid_t
group_id: uid_t
name: String
groups: Vec<String>
Methods
impl User[src]
impl UserTrait Implementations
impl Debug for User[src]
impl Debug for Userfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for User[src]
impl PartialEq for Userfn eq(&self, other: &User) -> bool[src]
fn eq(&self, other: &User) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &User) -> bool[src]
fn ne(&self, other: &User) -> boolThis method tests for !=.
impl Clone for User[src]
impl Clone for User