Struct easyfix_messages::messages::Email
source · [−]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
Auto Trait Implementations
impl RefUnwindSafe for Email
impl Send for Email
impl Sync for Email
impl Unpin for Email
impl UnwindSafe for Email
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more