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