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