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