pub struct StressedProduct1 {
pub id: GenericIdentification168,
pub max_strss_sz: StressSize1Choice,
pub min_strss_sz: StressSize1Choice,
}Fields§
§id: GenericIdentification168§max_strss_sz: StressSize1Choice§min_strss_sz: StressSize1ChoiceImplementations§
Source§impl StressedProduct1
impl StressedProduct1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StressedProduct1
impl RefUnwindSafe for StressedProduct1
impl Send for StressedProduct1
impl Sync for StressedProduct1
impl Unpin for StressedProduct1
impl UnwindSafe for StressedProduct1
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