Struct tomba::Department[][src]

pub struct Department {
    pub engineering: i64,
    pub finance: i64,
    pub hr: i64,
    pub it: i64,
    pub marketing: i64,
    pub operations: i64,
    pub management: i64,
    pub sales: i64,
    pub legal: i64,
    pub support: i64,
    pub communication: i64,
}

Fields

engineering: i64finance: i64hr: i64it: i64marketing: i64operations: i64management: i64sales: i64legal: i64support: i64communication: i64

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.