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