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