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