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