pub struct UnableToApplyJustification4Choice {
pub any_inf: Option<bool>,
pub mssng_or_incrrct_inf: Option<MissingOrIncorrectData1>,
pub pssbl_dplct_instr: Option<bool>,
}Fields§
§any_inf: Option<bool>§mssng_or_incrrct_inf: Option<MissingOrIncorrectData1>§pssbl_dplct_instr: Option<bool>Implementations§
Source§impl UnableToApplyJustification4Choice
impl UnableToApplyJustification4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnableToApplyJustification4Choice
impl RefUnwindSafe for UnableToApplyJustification4Choice
impl Send for UnableToApplyJustification4Choice
impl Sync for UnableToApplyJustification4Choice
impl Unpin for UnableToApplyJustification4Choice
impl UnwindSafe for UnableToApplyJustification4Choice
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