pub struct News {
Show 21 fields pub appl_id: Option<Vec<u8, Global>>, pub appl_seq_num: Option<u64>, pub appl_last_seq_num: Option<u64>, pub appl_resend_flag: Option<bool>, pub orig_time: Option<Vec<u8, Global>>, pub urgency: Option<Urgency>, pub headline: Vec<u8, Global>, pub encoded_headline: Option<Vec<u8, Global>>, pub routing_grp: Option<Vec<RoutingGrp, Global>>, pub instrmt_grp: Option<Vec<InstrmtGrp, Global>>, pub instrmt_leg_grp: Option<Vec<InstrmtLegGrp, Global>>, pub und_instrmt_grp: Option<Vec<UndInstrmtGrp, Global>>, pub lines_of_text_grp: Vec<LinesOfTextGrp, Global>, pub url_link: Option<Vec<u8, Global>>, pub raw_data: Option<Vec<u8, Global>>, pub news_id: Option<Vec<u8, Global>>, pub news_ref_grp: Option<Vec<NewsRefGrp, Global>>, pub news_category: Option<NewsCategory>, pub language_code: Option<[u8; 2]>, pub market_id: Option<[u8; 4]>, pub market_segment_id: Option<Vec<u8, Global>>,
}

Fields

appl_id: Option<Vec<u8, Global>>appl_seq_num: Option<u64>appl_last_seq_num: Option<u64>appl_resend_flag: Option<bool>orig_time: Option<Vec<u8, Global>>urgency: Option<Urgency>headline: Vec<u8, Global>encoded_headline: Option<Vec<u8, Global>>routing_grp: Option<Vec<RoutingGrp, Global>>instrmt_grp: Option<Vec<InstrmtGrp, Global>>instrmt_leg_grp: Option<Vec<InstrmtLegGrp, Global>>und_instrmt_grp: Option<Vec<UndInstrmtGrp, Global>>lines_of_text_grp: Vec<LinesOfTextGrp, Global>url_link: Option<Vec<u8, Global>>raw_data: Option<Vec<u8, Global>>news_id: Option<Vec<u8, Global>>news_ref_grp: Option<Vec<NewsRefGrp, Global>>news_category: Option<NewsCategory>language_code: Option<[u8; 2]>market_id: Option<[u8; 4]>market_segment_id: Option<Vec<u8, Global>>

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.