Struct slurm_sys::slurmdb_assoc_cond_t [] [src]

#[repr(C)]
pub struct slurmdb_assoc_cond_t { pub acct_list: List, pub cluster_list: List, pub def_qos_id_list: List, pub format_list: List, pub id_list: List, pub only_defs: u16, pub parent_acct_list: List, pub partition_list: List, pub qos_list: List, pub usage_end: time_t, pub usage_start: time_t, pub user_list: List, pub with_usage: u16, pub with_deleted: u16, pub with_raw_qos: u16, pub with_sub_accts: u16, pub without_parent_info: u16, pub without_parent_limits: u16, }

Fields

Trait Implementations

impl Debug for slurmdb_assoc_cond_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_assoc_cond_t
[src]

impl Clone for slurmdb_assoc_cond_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations