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