pub struct DerivativeSecurityXMLLenField(pub FIXInt);Expand description
DerivativeSecurityXMLLenField is a LENGTH field, Tag 1282.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for DerivativeSecurityXMLLenField
Auto Trait Implementations§
impl Freeze for DerivativeSecurityXMLLenField
impl RefUnwindSafe for DerivativeSecurityXMLLenField
impl Send for DerivativeSecurityXMLLenField
impl Sync for DerivativeSecurityXMLLenField
impl Unpin for DerivativeSecurityXMLLenField
impl UnsafeUnpin for DerivativeSecurityXMLLenField
impl UnwindSafe for DerivativeSecurityXMLLenField
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