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