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