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