pub struct QuoteRespTypeField(pub FIXInt);Expand description
QuoteRespTypeField is a INT field, Tag 694.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for QuoteRespTypeField
Auto Trait Implementations§
impl Freeze for QuoteRespTypeField
impl RefUnwindSafe for QuoteRespTypeField
impl Send for QuoteRespTypeField
impl Sync for QuoteRespTypeField
impl Unpin for QuoteRespTypeField
impl UnsafeUnpin for QuoteRespTypeField
impl UnwindSafe for QuoteRespTypeField
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