pub enum Tenacity {
Brittle,
VeryBrittle,
Sectile,
Waxy,
Flexible,
Elastic,
Fragile,
Malleable,
}Expand description
Tenacity classification.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Tenacity
impl<'de> Deserialize<'de> for Tenacity
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
impl Eq for Tenacity
impl StructuralPartialEq for Tenacity
Auto Trait Implementations§
impl Freeze for Tenacity
impl RefUnwindSafe for Tenacity
impl Send for Tenacity
impl Sync for Tenacity
impl Unpin for Tenacity
impl UnwindSafe for Tenacity
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