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