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