pub enum ElasticityError {
InvalidStress,
InvalidStrain,
InvalidModulus,
InvalidForce,
InvalidLength,
InvalidArea,
}Variants§
Trait Implementations§
Source§impl Clone for ElasticityError
impl Clone for ElasticityError
Source§fn clone(&self) -> ElasticityError
fn clone(&self) -> ElasticityError
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 ElasticityError
impl Debug for ElasticityError
Source§impl PartialEq for ElasticityError
impl PartialEq for ElasticityError
Source§fn eq(&self, other: &ElasticityError) -> bool
fn eq(&self, other: &ElasticityError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ElasticityError
impl Eq for ElasticityError
impl StructuralPartialEq for ElasticityError
Auto Trait Implementations§
impl Freeze for ElasticityError
impl RefUnwindSafe for ElasticityError
impl Send for ElasticityError
impl Sync for ElasticityError
impl Unpin for ElasticityError
impl UnsafeUnpin for ElasticityError
impl UnwindSafe for ElasticityError
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