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