pub struct BusinessDayQuery2 {
pub qry_tp: Option<QueryType2Code>,
pub crit: Option<BusinessDayCriteria3Choice>,
}Fields§
§qry_tp: Option<QueryType2Code>§crit: Option<BusinessDayCriteria3Choice>Implementations§
Source§impl BusinessDayQuery2
impl BusinessDayQuery2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BusinessDayQuery2
impl RefUnwindSafe for BusinessDayQuery2
impl Send for BusinessDayQuery2
impl Sync for BusinessDayQuery2
impl Unpin for BusinessDayQuery2
impl UnwindSafe for BusinessDayQuery2
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