Struct easyfix_messages::groups::ComplexEventDates
source · [−]pub struct ComplexEventDates {
pub complex_event_start_date: Option<UtcTimestamp>,
pub complex_event_end_date: Option<UtcTimestamp>,
pub complex_event_times: Option<Vec<ComplexEventTimes>>,
}Fields
complex_event_start_date: Option<UtcTimestamp>complex_event_end_date: Option<UtcTimestamp>complex_event_times: Option<Vec<ComplexEventTimes>>Trait Implementations
sourceimpl Clone for ComplexEventDates
impl Clone for ComplexEventDates
sourcefn clone(&self) -> ComplexEventDates
fn clone(&self) -> ComplexEventDates
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for ComplexEventDates
impl Send for ComplexEventDates
impl Sync for ComplexEventDates
impl Unpin for ComplexEventDates
impl UnwindSafe for ComplexEventDates
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