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