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