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