pub enum DynType {
Show 24 variants
Empty,
Int,
Long,
Float,
String,
Content,
IntSeq,
Point2,
Point2Array,
TechNode,
Boolean,
Double,
Building,
LogicField,
ByteArray,
UnitStrategy,
BoolArray,
Unit,
Vec2Array,
Vec2,
Team,
IntArray,
ObjArray,
UnitCommand,
}Variants§
Empty
Int
Long
Float
String
Content
IntSeq
Point2
Point2Array
TechNode
Boolean
Double
Building
LogicField
ByteArray
UnitStrategy
BoolArray
Unit
Vec2Array
Vec2
Team
IntArray
ObjArray
UnitCommand
Trait Implementations§
impl Copy for DynType
impl Eq for DynType
impl StructuralPartialEq for DynType
Auto Trait Implementations§
impl Freeze for DynType
impl RefUnwindSafe for DynType
impl Send for DynType
impl Sync for DynType
impl Unpin for DynType
impl UnsafeUnpin for DynType
impl UnwindSafe for DynType
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