pub struct TrdRepIndicatorField(pub FIXBoolean);Expand description
TrdRepIndicatorField is a BOOLEAN field, Tag 1389.
Tuple Fields§
§0: FIXBooleanImplementations§
Trait Implementations§
impl FieldValue for TrdRepIndicatorField
Auto Trait Implementations§
impl Freeze for TrdRepIndicatorField
impl RefUnwindSafe for TrdRepIndicatorField
impl Send for TrdRepIndicatorField
impl Sync for TrdRepIndicatorField
impl Unpin for TrdRepIndicatorField
impl UnsafeUnpin for TrdRepIndicatorField
impl UnwindSafe for TrdRepIndicatorField
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