pub struct EncryptedPasswordField(pub FIXString);Expand description
EncryptedPasswordField is a DATA field, Tag 1402.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for EncryptedPasswordField
Auto Trait Implementations§
impl Freeze for EncryptedPasswordField
impl RefUnwindSafe for EncryptedPasswordField
impl Send for EncryptedPasswordField
impl Sync for EncryptedPasswordField
impl Unpin for EncryptedPasswordField
impl UnsafeUnpin for EncryptedPasswordField
impl UnwindSafe for EncryptedPasswordField
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