pub struct LootDrop {
pub items: Vec<Item>,
pub gold: u64,
}Fields§
§items: Vec<Item>§gold: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LootDrop
impl RefUnwindSafe for LootDrop
impl Send for LootDrop
impl Sync for LootDrop
impl Unpin for LootDrop
impl UnsafeUnpin for LootDrop
impl UnwindSafe for LootDrop
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