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