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