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