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