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