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