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