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