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