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