Enum StrainError
pub enum StrainError {
InvalidStrain,
InvalidOriginalLength,
InvalidFinalLength,
InvalidChangeInLength,
}Variants§
Trait Implementations§
§impl Clone for StrainError
impl Clone for StrainError
§fn clone(&self) -> StrainError
fn clone(&self) -> StrainError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for StrainError
impl Debug for StrainError
§impl PartialEq for StrainError
impl PartialEq for StrainError
impl Copy for StrainError
impl Eq for StrainError
impl StructuralPartialEq for StrainError
Auto Trait Implementations§
impl Freeze for StrainError
impl RefUnwindSafe for StrainError
impl Send for StrainError
impl Sync for StrainError
impl Unpin for StrainError
impl UnsafeUnpin for StrainError
impl UnwindSafe for StrainError
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