pub struct NoTrdRegTimestamps { /* private fields */ }
Implementations§
Source§impl NoTrdRegTimestamps
impl NoTrdRegTimestamps
pub fn get_trd_reg_timestamp(&self) -> Option<TrdRegTimestamp>
pub fn get_trd_reg_timestamp_type(&self) -> Option<TrdRegTimestampType>
pub fn get_trd_reg_timestamp_origin(&self) -> Option<TrdRegTimestampOrigin>
pub fn set_trd_reg_timestamp( &mut self, value: TrdRegTimestamp, ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trd_reg_timestamp_type( &mut self, value: TrdRegTimestampType, ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trd_reg_timestamp_origin( &mut self, value: TrdRegTimestampOrigin, ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp_origin( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoTrdRegTimestamps
impl Clone for NoTrdRegTimestamps
Source§fn clone(&self) -> NoTrdRegTimestamps
fn clone(&self) -> NoTrdRegTimestamps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for NoTrdRegTimestamps
impl RefUnwindSafe for NoTrdRegTimestamps
impl !Send for NoTrdRegTimestamps
impl !Sync for NoTrdRegTimestamps
impl Unpin for NoTrdRegTimestamps
impl UnwindSafe for NoTrdRegTimestamps
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