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