[][src]Trait users::os::bsd::UserExt

pub trait UserExt {
    fn password_change_time(&self) -> time_t;
fn password_expire_time(&self) -> time_t; }

BSD-specific accessors for Users.

Required methods

fn password_change_time(&self) -> time_t

Returns this user’s password change timestamp.

fn password_expire_time(&self) -> time_t

Returns this user’s password expiry timestamp.

Loading content...

Implementors

impl UserExt for User[src]

Loading content...