pub struct NoEvents { /* private fields */ }
Implementations§
Source§impl NoEvents
impl NoEvents
pub fn get_event_type(&self) -> Option<EventType>
pub fn get_event_date(&self) -> Option<EventDate>
pub fn get_event_px(&self) -> Option<EventPx>
pub fn get_event_text(&self) -> Option<EventText>
pub fn set_event_type( &mut self, value: EventType, ) -> Result<&Self, QuickFixError>
pub fn remove_event_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_event_date( &mut self, value: EventDate, ) -> Result<&Self, QuickFixError>
pub fn remove_event_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_event_px(&mut self, value: EventPx) -> Result<&Self, QuickFixError>
pub fn remove_event_px(&mut self) -> Result<&Self, QuickFixError>
pub fn set_event_text( &mut self, value: EventText, ) -> Result<&Self, QuickFixError>
pub fn remove_event_text(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoEvents
impl RefUnwindSafe for NoEvents
impl !Send for NoEvents
impl !Sync for NoEvents
impl Unpin for NoEvents
impl UnwindSafe for NoEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more