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