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