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

Fields

email_thread_id: FixStringemail_type: EmailTypeorig_time: Option<DateTime<Utc>>subject: FixStringencoded_subject: Option<Vec<u8, Global>>routing_grp: Option<Vec<RoutingGrp, Global>>instrmt_grp: Option<Vec<InstrmtGrp, Global>>und_instrmt_grp: Option<Vec<UndInstrmtGrp, Global>>instrmt_leg_grp: Option<Vec<InstrmtLegGrp, Global>>order_id: Option<FixString>cl_ord_id: Option<FixString>lines_of_text_grp: Vec<LinesOfTextGrp, Global>raw_data: Option<Vec<u8, Global>>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.