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