Struct untis::DepartmentItem [] [src]

pub struct DepartmentItem {
    pub id: usize,
    pub name: String,
    pub long_name: String,
}

Fields

Trait Implementations

impl Debug for DepartmentItem
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations