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