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