[][src]Struct user_idle::UserIdle

pub struct UserIdle { /* fields omitted */ }

Implementations

impl UserIdle[src]

pub fn get_time() -> Result<Self, Error>[src]

Get the idle time

pub fn as_seconds(&self) -> u64[src]

Get time in seconds

pub fn as_minutes(&self) -> u64[src]

Get time in minutes

pub fn as_hours(&self) -> u64[src]

Get time in hours

pub fn as_days(&self) -> u64[src]

Get time in days

pub fn as_weeks(&self) -> u64[src]

Get time in weeks

pub fn as_months(&self) -> u64[src]

Get time in months

pub fn as_years(&self) -> u64[src]

Get time in years

pub fn duration(&self) -> Duration[src]

Convert to a std::time::Duration

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.