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