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