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