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