Enum tf_demo_parser::demo::sendprop::SendPropValue [−][src]
pub enum SendPropValue {
Vector(Vector),
VectorXY(VectorXY),
Integer(i64),
Float(f32),
String(String),
Array(Vec<SendPropValue>),
}Variants
Vector(Vector)VectorXY(VectorXY)Integer(i64)Float(f32)String(String)Array(Vec<SendPropValue>)Implementations
Trait Implementations
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
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SendPropValueimpl Send for SendPropValueimpl Sync for SendPropValueimpl Unpin for SendPropValueimpl UnwindSafe for SendPropValueBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible