pub struct DropBag {}
Fields§
§feed: f64
§hide: f64
§scale: f64
§tooth: f64
§horn: f64
§talon: f64
§feather: f64
§claw: f64
§fang: f64
§bone: f64
§hair: f64
§jerky: f64
§oil: f64
§wool: f64
§pelt: f64
§leather: f64
§fur: f64
§tusk: f64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DropBag
impl<'de> Deserialize<'de> for DropBag
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 Copy for DropBag
Auto Trait Implementations§
impl Freeze for DropBag
impl RefUnwindSafe for DropBag
impl Send for DropBag
impl Sync for DropBag
impl Unpin for DropBag
impl UnwindSafe for DropBag
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