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