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