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