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