pub struct ArchaeologyLootTables {
pub desert_pyramid: LootTableRef,
pub desert_well: LootTableRef,
pub trail_ruins_common: LootTableRef,
pub ocean_ruin_cold: LootTableRef,
pub ocean_ruin_warm: LootTableRef,
pub trail_ruins_rare: LootTableRef,
}Fields§
§desert_pyramid: LootTableRef§desert_well: LootTableRef§trail_ruins_common: LootTableRef§ocean_ruin_cold: LootTableRef§ocean_ruin_warm: LootTableRef§trail_ruins_rare: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for ArchaeologyLootTables
impl RefUnwindSafe for ArchaeologyLootTables
impl Send for ArchaeologyLootTables
impl Sync for ArchaeologyLootTables
impl Unpin for ArchaeologyLootTables
impl UnsafeUnpin for ArchaeologyLootTables
impl UnwindSafe for ArchaeologyLootTables
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreWraps this value in an
Arc<SyncMutex<>>