pub enum LootTable {
Vanilla(VanillaLootTable),
Custom,
}Expand description
An enum to differentiate between vanilla and custom loot tables
Variants§
Trait Implementations§
source§impl PartialEq for LootTable
impl PartialEq for LootTable
impl StructuralPartialEq for LootTable
Auto Trait Implementations§
impl Freeze for LootTable
impl RefUnwindSafe for LootTable
impl Send for LootTable
impl Sync for LootTable
impl Unpin for LootTable
impl UnwindSafe for LootTable
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