Struct aqi_nacor_schema::schema::OutcomesEventsType[][src]

pub struct OutcomesEventsType {
    pub ic_event_set: Option<ICEventSetType>,
    pub outcome_set: Option<OutcomeSetSetType>,
    pub qcdr_set: Option<QCDRSetTypeSet>,
}

Fields

Trait Implementations

impl WritableSchemaType for OutcomesEventsType
[src]

Auto Trait Implementations