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