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