pub enum EventValue {
String(String),
Float(f32),
Int(i32),
Bool(bool),
Byte(u8),
U64(u64),
}Variants§
Trait Implementations§
Source§impl Debug for EventValue
impl Debug for EventValue
Source§impl TryInto<String> for &EventValue
impl TryInto<String> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<String> for EventValue
impl TryInto<String> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<bool> for &EventValue
impl TryInto<bool> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<bool> for EventValue
impl TryInto<bool> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<f32> for &EventValue
impl TryInto<f32> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<f32> for EventValue
impl TryInto<f32> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i128> for &EventValue
impl TryInto<i128> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i128> for EventValue
impl TryInto<i128> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i16> for &EventValue
impl TryInto<i16> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i16> for EventValue
impl TryInto<i16> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i32> for &EventValue
impl TryInto<i32> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i32> for EventValue
impl TryInto<i32> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i64> for &EventValue
impl TryInto<i64> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i64> for EventValue
impl TryInto<i64> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i8> for &EventValue
impl TryInto<i8> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<i8> for EventValue
impl TryInto<i8> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<isize> for &EventValue
impl TryInto<isize> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<isize> for EventValue
impl TryInto<isize> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u128> for &EventValue
impl TryInto<u128> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u128> for EventValue
impl TryInto<u128> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u16> for &EventValue
impl TryInto<u16> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u16> for EventValue
impl TryInto<u16> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u32> for &EventValue
impl TryInto<u32> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u32> for EventValue
impl TryInto<u32> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u64> for &EventValue
impl TryInto<u64> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u64> for EventValue
impl TryInto<u64> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u8> for &EventValue
impl TryInto<u8> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<u8> for EventValue
impl TryInto<u8> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<usize> for &EventValue
impl TryInto<usize> for &EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.
Source§impl TryInto<usize> for EventValue
impl TryInto<usize> for EventValue
Source§type Error = GameEventError
type Error = GameEventError
The type returned in the event of a conversion error.