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