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