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