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