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