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