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