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