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