pub enum Plasticity {
NonPlastic,
LowPlasticity,
IntermediatePlasticity,
HighPlasticity,
ExtremelyHighPlasticity,
}Variants§
Trait Implementations§
Source§impl Clone for Plasticity
impl Clone for Plasticity
Source§fn clone(&self) -> Plasticity
fn clone(&self) -> Plasticity
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 moreSource§impl Debug for Plasticity
impl Debug for Plasticity
Source§impl<'de> Deserialize<'de> for Plasticity
impl<'de> Deserialize<'de> for Plasticity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Plasticity
impl PartialEq for Plasticity
Source§impl Serialize for Plasticity
impl Serialize for Plasticity
impl Copy for Plasticity
impl Eq for Plasticity
impl StructuralPartialEq for Plasticity
Auto Trait Implementations§
impl Freeze for Plasticity
impl RefUnwindSafe for Plasticity
impl Send for Plasticity
impl Sync for Plasticity
impl Unpin for Plasticity
impl UnsafeUnpin for Plasticity
impl UnwindSafe for Plasticity
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