pub struct StressSize1Choice {
pub rltv: Option<f64>,
pub abs: Option<Absolute1>,
}Fields§
§rltv: Option<f64>§abs: Option<Absolute1>Implementations§
Source§impl StressSize1Choice
impl StressSize1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StressSize1Choice
impl RefUnwindSafe for StressSize1Choice
impl Send for StressSize1Choice
impl Sync for StressSize1Choice
impl Unpin for StressSize1Choice
impl UnwindSafe for StressSize1Choice
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