pub struct BusinessDay9 {
pub sys_dt: Option<DateAndDateTime2Choice>,
pub sys_sts: Option<SystemStatus3>,
pub sys_inf_per_ccy: Option<Vec<SystemAvailabilityAndEvents3>>,
}Fields§
§sys_dt: Option<DateAndDateTime2Choice>§sys_sts: Option<SystemStatus3>§sys_inf_per_ccy: Option<Vec<SystemAvailabilityAndEvents3>>Implementations§
Source§impl BusinessDay9
impl BusinessDay9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BusinessDay9
impl RefUnwindSafe for BusinessDay9
impl Send for BusinessDay9
impl Sync for BusinessDay9
impl Unpin for BusinessDay9
impl UnwindSafe for BusinessDay9
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