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