[][src]Trait umanux::api::GroupRead

pub trait GroupRead {
    pub fn get_groupname(&self) -> Option<&str>;
pub fn get_encrypted_password(&self) -> Option<&str>;
pub fn get_gid(&self) -> Option<u32>;
pub fn get_member_names(&self) -> Option<Vec<&str>>; }

Required methods

pub fn get_groupname(&self) -> Option<&str>[src]

pub fn get_encrypted_password(&self) -> Option<&str>[src]

pub fn get_gid(&self) -> Option<u32>[src]

pub fn get_member_names(&self) -> Option<Vec<&str>>[src]

Loading content...

Implementors

impl GroupRead for Inner[src]

Loading content...