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