pub enum BankType {
Show 16 variants
BANK_NAGA_TEMPLE,
BANK_DEMOLISH,
BANK_SUNKEN_TEMPLE,
BANK_CRYPT,
BANK_UNKEMPT,
BANK_DRAGON_UTOPIA,
BANK_ELEMENTAL_STOCKPILE,
BANK_DWARVEN_TREASURE,
BANK_MAGI_VAULT,
BANK_PYRAMID,
BANK_TREANT_THICKET,
BANK_BLOOD_TEMPLE,
BANK_GARGOYLE_STONEVAULT,
BANK_NAMTARU_TEMPLE,
BANK_SNOW_APE_CAVE,
BANK_BTDSUNKENTEMPLE,
}Variants§
BANK_NAGA_TEMPLE
BANK_DEMOLISH
BANK_SUNKEN_TEMPLE
BANK_CRYPT
BANK_UNKEMPT
BANK_DRAGON_UTOPIA
BANK_ELEMENTAL_STOCKPILE
BANK_DWARVEN_TREASURE
BANK_MAGI_VAULT
BANK_PYRAMID
BANK_TREANT_THICKET
BANK_BLOOD_TEMPLE
BANK_GARGOYLE_STONEVAULT
BANK_NAMTARU_TEMPLE
BANK_SNOW_APE_CAVE
BANK_BTDSUNKENTEMPLE
Trait Implementations§
impl Copy for BankType
Source§impl<'de> Deserialize<'de> for BankType
impl<'de> Deserialize<'de> for BankType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BankType
impl StructuralPartialEq for BankType
Auto Trait Implementations§
impl Freeze for BankType
impl RefUnwindSafe for BankType
impl Send for BankType
impl Sync for BankType
impl Unpin for BankType
impl UnsafeUnpin for BankType
impl UnwindSafe for BankType
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