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