pub struct TrdRegTimestampType;Expand description
TrdRegTimestampType (770).
Implementations§
Source§impl TrdRegTimestampType
impl TrdRegTimestampType
pub const EXECUTIONTIME: i64 = 1
pub const TIMEIN: i64 = 2
pub const TIMEOUT: i64 = 3
pub const BROKERRECEIPT: i64 = 4
pub const BROKEREXECUTION: i64 = 5
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrdRegTimestampType
impl RefUnwindSafe for TrdRegTimestampType
impl Send for TrdRegTimestampType
impl Sync for TrdRegTimestampType
impl Unpin for TrdRegTimestampType
impl UnsafeUnpin for TrdRegTimestampType
impl UnwindSafe for TrdRegTimestampType
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