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