pub enum StressError {
InvalidStress,
InvalidForce,
InvalidArea,
}Variants§
Trait Implementations§
Source§impl Clone for StressError
impl Clone for StressError
Source§fn clone(&self) -> StressError
fn clone(&self) -> StressError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StressError
impl Debug for StressError
Source§impl PartialEq for StressError
impl PartialEq for StressError
Source§fn eq(&self, other: &StressError) -> bool
fn eq(&self, other: &StressError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StressError
impl Eq for StressError
impl StructuralPartialEq for StressError
Auto Trait Implementations§
impl Freeze for StressError
impl RefUnwindSafe for StressError
impl Send for StressError
impl Sync for StressError
impl Unpin for StressError
impl UnsafeUnpin for StressError
impl UnwindSafe for StressError
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