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