pub enum SoilType {
Show 13 variants
Sand,
LoamySandA,
LoamySandB,
SandyLoamA,
SandyLoamB,
Loam,
SiltLoam,
Peat,
Water,
Universal,
SandTMS1,
LoamySandTMS1,
SiltLoamTMS1,
}Variants§
Sand
LoamySandA
LoamySandB
SandyLoamA
SandyLoamB
Loam
SiltLoam
Peat
Water
Universal
SandTMS1
LoamySandTMS1
SiltLoamTMS1
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SoilType
impl<'de> Deserialize<'de> for SoilType
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 From<SoilType> for SoilTypeModel
impl From<SoilType> for SoilTypeModel
impl Copy for SoilType
impl StructuralPartialEq for SoilType
Auto Trait Implementations§
impl Freeze for SoilType
impl RefUnwindSafe for SoilType
impl Send for SoilType
impl Sync for SoilType
impl Unpin for SoilType
impl UnwindSafe for SoilType
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