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