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