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