pub struct CalendarSearchCriteria1 {
pub yr: Option<String>,
pub mnth: Option<String>,
pub svc: Option<SystemAndCurrency1>,
}Fields§
§yr: Option<String>§mnth: Option<String>§svc: Option<SystemAndCurrency1>Implementations§
Source§impl CalendarSearchCriteria1
impl CalendarSearchCriteria1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CalendarSearchCriteria1
impl RefUnwindSafe for CalendarSearchCriteria1
impl Send for CalendarSearchCriteria1
impl Sync for CalendarSearchCriteria1
impl Unpin for CalendarSearchCriteria1
impl UnwindSafe for CalendarSearchCriteria1
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