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