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