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