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