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