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