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