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