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