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