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