Struct easyfix_messages::messages::TradingSessionList  
source · [−]pub struct TradingSessionList {
    pub appl_id: Option<Str>,
    pub appl_seq_num: Option<SeqNum>,
    pub appl_last_seq_num: Option<SeqNum>,
    pub appl_resend_flag: Option<Boolean>,
    pub trad_ses_req_id: Option<Str>,
    pub trd_sess_lst_grp: Vec<TrdSessLstGrp>,
}Fields
appl_id: Option<Str>appl_seq_num: Option<SeqNum>appl_last_seq_num: Option<SeqNum>appl_resend_flag: Option<Boolean>trad_ses_req_id: Option<Str>trd_sess_lst_grp: Vec<TrdSessLstGrp>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TradingSessionList
impl Send for TradingSessionList
impl Sync for TradingSessionList
impl Unpin for TradingSessionList
impl UnwindSafe for TradingSessionList
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