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