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