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