pub struct PotsLootTables {
pub trial_chambers_corridor: LootTableRef,
}Fields§
§trial_chambers_corridor: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for PotsLootTables
impl RefUnwindSafe for PotsLootTables
impl Send for PotsLootTables
impl Sync for PotsLootTables
impl Unpin for PotsLootTables
impl UnsafeUnpin for PotsLootTables
impl UnwindSafe for PotsLootTables
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