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