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