Struct easyfix_messages::messages::EvntGrp  
source · [−]pub struct EvntGrp {
    pub event_type: Option<EventType>,
    pub event_date: Option<LocalMktDate>,
    pub event_time: Option<UtcTimestamp>,
    pub event_px: Option<Price>,
    pub event_text: Option<Str>,
}Fields
event_type: Option<EventType>event_date: Option<LocalMktDate>event_time: Option<UtcTimestamp>event_px: Option<Price>event_text: Option<Str>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EvntGrp
impl Send for EvntGrp
impl Sync for EvntGrp
impl Unpin for EvntGrp
impl UnwindSafe for EvntGrp
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