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