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