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