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