pub struct ReportQueryCriteria3 {
pub new_qry_nm: Option<String>,
pub sch_crit: ReportQuerySearchCriteria3,
}Fields§
§new_qry_nm: Option<String>§sch_crit: ReportQuerySearchCriteria3Implementations§
Source§impl ReportQueryCriteria3
impl ReportQueryCriteria3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportQueryCriteria3
impl RefUnwindSafe for ReportQueryCriteria3
impl Send for ReportQueryCriteria3
impl Sync for ReportQueryCriteria3
impl Unpin for ReportQueryCriteria3
impl UnwindSafe for ReportQueryCriteria3
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