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