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