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