pub enum Ground {
Grass,
Sand,
Stone,
}
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ground
impl<'de> Deserialize<'de> for Ground
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 Ord for Ground
impl Ord for Ground
Source§impl PartialOrd for Ground
impl PartialOrd for Ground
impl Copy for Ground
impl Eq for Ground
impl StructuralPartialEq for Ground
Auto Trait Implementations§
impl Freeze for Ground
impl RefUnwindSafe for Ground
impl Send for Ground
impl Sync for Ground
impl Unpin for Ground
impl UnwindSafe for Ground
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