pub struct WaveNoField(pub FIXString);Expand description
WaveNoField is a STRING field, Tag 105.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
Source§impl FieldValueReader for WaveNoField
impl FieldValueReader for WaveNoField
Source§impl FieldValueWriter for WaveNoField
impl FieldValueWriter for WaveNoField
impl FieldValue for WaveNoField
Auto Trait Implementations§
impl Freeze for WaveNoField
impl RefUnwindSafe for WaveNoField
impl Send for WaveNoField
impl Sync for WaveNoField
impl Unpin for WaveNoField
impl UnsafeUnpin for WaveNoField
impl UnwindSafe for WaveNoField
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