Struct parsswd::GrpEnt [] [src]

pub struct GrpEnt<'a> {
    pub name: &'a str,
    pub passwd: &'a str,
    pub gid: u32,
    pub users: Vec<&'a str>,
}

Fields

Methods

impl<'a> GrpEnt<'a>
[src]

Trait Implementations

impl<'a> Debug for GrpEnt<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for GrpEnt<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for GrpEnt<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for GrpEnt<'a>
[src]