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