pub struct DiscretionScopeField(pub FIXInt);Expand description
DiscretionScopeField is a INT field, Tag 846.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for DiscretionScopeField
Auto Trait Implementations§
impl Freeze for DiscretionScopeField
impl RefUnwindSafe for DiscretionScopeField
impl Send for DiscretionScopeField
impl Sync for DiscretionScopeField
impl Unpin for DiscretionScopeField
impl UnsafeUnpin for DiscretionScopeField
impl UnwindSafe for DiscretionScopeField
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