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