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