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