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