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