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