pub struct CxlRejResponseToField(pub FIXString);Expand description
CxlRejResponseToField is a CHAR field, Tag 434.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for CxlRejResponseToField
Auto Trait Implementations§
impl Freeze for CxlRejResponseToField
impl RefUnwindSafe for CxlRejResponseToField
impl Send for CxlRejResponseToField
impl Sync for CxlRejResponseToField
impl Unpin for CxlRejResponseToField
impl UnsafeUnpin for CxlRejResponseToField
impl UnwindSafe for CxlRejResponseToField
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