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