pub enum StrainError {
InvalidStrain,
InvalidOriginalLength,
InvalidFinalLength,
InvalidChangeInLength,
}Variants§
Trait Implementations§
Source§impl Clone for StrainError
impl Clone for StrainError
Source§fn clone(&self) -> StrainError
fn clone(&self) -> StrainError
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 StrainError
impl Debug for StrainError
Source§impl PartialEq for StrainError
impl PartialEq for StrainError
Source§fn eq(&self, other: &StrainError) -> bool
fn eq(&self, other: &StrainError) -> bool
Tests for
self and other values to be equal, and is used by ==.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