Enum sf_api::gamestate::idle::IdleBuildingType
source · pub enum IdleBuildingType {
Seat = 1,
PopcornStand = 2,
ParkingLot = 3,
Trap = 4,
Drinks = 5,
DeadlyTrap = 6,
VIPSeat = 7,
Snacks = 8,
StrayingMonsters = 9,
Toilet = 10,
}
Variants§
Seat = 1
PopcornStand = 2
ParkingLot = 3
Trap = 4
Drinks = 5
DeadlyTrap = 6
VIPSeat = 7
Snacks = 8
StrayingMonsters = 9
Toilet = 10
Trait Implementations§
source§impl Clone for IdleBuildingType
impl Clone for IdleBuildingType
source§fn clone(&self) -> IdleBuildingType
fn clone(&self) -> IdleBuildingType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IdleBuildingType
impl Debug for IdleBuildingType
source§impl<'de> Deserialize<'de> for IdleBuildingType
impl<'de> Deserialize<'de> for IdleBuildingType
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
source§impl Serialize for IdleBuildingType
impl Serialize for IdleBuildingType
impl Copy for IdleBuildingType
Auto Trait Implementations§
impl RefUnwindSafe for IdleBuildingType
impl Send for IdleBuildingType
impl Sync for IdleBuildingType
impl Unpin for IdleBuildingType
impl UnwindSafe for IdleBuildingType
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