Enum grid_sdk::protocol::schema::state::DataType [−][src]
pub enum DataType {
Bytes,
Boolean,
Number,
String,
Enum,
Struct,
LatLong,
}Expand description
Native implementation of DataType enum
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataTypeimpl UnwindSafe for DataTypeBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V