Struct easyfix_messages::groups::SideTrdRegTs
source · [−]pub struct SideTrdRegTs {
pub side_trd_reg_timestamp: Option<UtcTimestamp>,
pub side_trd_reg_timestamp_type: Option<Int>,
pub side_trd_reg_timestamp_src: Option<FixString>,
}Fields
side_trd_reg_timestamp: Option<UtcTimestamp>side_trd_reg_timestamp_type: Option<Int>side_trd_reg_timestamp_src: Option<FixString>Trait Implementations
sourceimpl Clone for SideTrdRegTs
impl Clone for SideTrdRegTs
sourcefn clone(&self) -> SideTrdRegTs
fn clone(&self) -> SideTrdRegTs
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 SideTrdRegTs
impl Send for SideTrdRegTs
impl Sync for SideTrdRegTs
impl Unpin for SideTrdRegTs
impl UnwindSafe for SideTrdRegTs
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