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