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