pub struct Email {
Show 13 fields pub email_thread_id: FixString, pub email_type: EmailType, pub orig_time: Option<UtcTimestamp>, pub subject: FixString, 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<FixString>, pub cl_ord_id: Option<FixString>, pub lines_of_text_grp: Vec<LinesOfTextGrp>, pub raw_data: Option<Data>,
}

Fields§

§email_thread_id: FixString§email_type: EmailType§orig_time: Option<UtcTimestamp>§subject: FixString§encoded_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<FixString>§cl_ord_id: Option<FixString>§lines_of_text_grp: Vec<LinesOfTextGrp>§raw_data: Option<Data>

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.