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