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