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