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