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