pub struct TimeFrame9 {
pub othr_tm_frame_desc: Option<String>,
pub t_mns: Option<f64>,
pub non_workg_day_adjstmnt: Option<BusinessDayConvention1Code>,
pub refr_to_ordr_dsk: Option<ReferToFundOrderDesk1Code>,
}Fields§
§othr_tm_frame_desc: Option<String>§t_mns: Option<f64>§non_workg_day_adjstmnt: Option<BusinessDayConvention1Code>§refr_to_ordr_dsk: Option<ReferToFundOrderDesk1Code>Implementations§
Source§impl TimeFrame9
impl TimeFrame9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TimeFrame9
impl RefUnwindSafe for TimeFrame9
impl Send for TimeFrame9
impl Sync for TimeFrame9
impl Unpin for TimeFrame9
impl UnwindSafe for TimeFrame9
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