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