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