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