Struct epitech_api::response::UserDataNsStat[][src]

pub struct UserDataNsStat {
    pub active: u32,
    pub idle: u32,
    pub out_active: u32,
    pub out_idle: u32,
    pub nslog_norm: u32,
}

Fields

Trait Implementations

impl Debug for UserDataNsStat
[src]

Formats the value using the given formatter. Read more

impl Clone for UserDataNsStat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserDataNsStat
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations