pub struct CompIdStatGrp {
    pub ref_comp_id: Str,
    pub ref_sub_id: Option<Str>,
    pub location_id: Option<Str>,
    pub desk_id: Option<Str>,
    pub status_value: StatusValue,
    pub status_text: Option<Str>,
}

Fields

ref_comp_id: Strref_sub_id: Option<Str>location_id: Option<Str>desk_id: Option<Str>status_value: StatusValuestatus_text: Option<Str>

Trait Implementations

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.