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