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