pub struct UnderlyingIDSourceField(pub FIXString);Expand description
UnderlyingIDSourceField is a STRING field, Tag 305.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for UnderlyingIDSourceField
Auto Trait Implementations§
impl Freeze for UnderlyingIDSourceField
impl RefUnwindSafe for UnderlyingIDSourceField
impl Send for UnderlyingIDSourceField
impl Sync for UnderlyingIDSourceField
impl Unpin for UnderlyingIDSourceField
impl UnsafeUnpin for UnderlyingIDSourceField
impl UnwindSafe for UnderlyingIDSourceField
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