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