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