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