pub enum Drops {
Show 19 variants
Feed,
Hide,
Scale,
Tooth,
Horn,
Talon,
Feather,
Claw,
Fang,
Bone,
Hair,
Jerky,
Oil,
Wool,
Pelt,
Leather,
Fur,
Tusk,
None,
}
Variants§
Feed
Hide
Scale
Tooth
Horn
Talon
Feather
Claw
Fang
Bone
Hair
Jerky
Oil
Wool
Pelt
Leather
Fur
Tusk
None
Nothing
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Drops
impl<'de> Deserialize<'de> for Drops
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 Random for Drops
impl Random for Drops
impl Copy for Drops
impl Eq for Drops
impl StructuralPartialEq for Drops
Auto Trait Implementations§
impl Freeze for Drops
impl RefUnwindSafe for Drops
impl Send for Drops
impl Sync for Drops
impl Unpin for Drops
impl UnwindSafe for Drops
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