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