pub struct Email {
Show 13 fields pub email_thread_id: Str, pub email_type: EmailType, pub orig_time: Option<UtcTimestamp>, pub subject: Str, pub encoded_subject: Option<Data>, pub routing_grp: Option<Vec<RoutingGrp>>, pub instrmt_grp: Option<Vec<InstrmtGrp>>, pub und_instrmt_grp: Option<Vec<UndInstrmtGrp>>, pub instrmt_leg_grp: Option<Vec<InstrmtLegGrp>>, pub order_id: Option<Str>, pub cl_ord_id: Option<Str>, pub lines_of_text_grp: Vec<LinesOfTextGrp>, pub raw_data: Option<Data>,
}

Fields

email_thread_id: Stremail_type: EmailTypeorig_time: Option<UtcTimestamp>subject: Strencoded_subject: Option<Data>routing_grp: Option<Vec<RoutingGrp>>instrmt_grp: Option<Vec<InstrmtGrp>>und_instrmt_grp: Option<Vec<UndInstrmtGrp>>instrmt_leg_grp: Option<Vec<InstrmtLegGrp>>order_id: Option<Str>cl_ord_id: Option<Str>lines_of_text_grp: Vec<LinesOfTextGrp>raw_data: Option<Data>

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.