Enum sudodb::FieldType [−][src]
pub enum FieldType {
Blob(bool),
Boolean(bool),
Date(bool),
Float(bool),
Int(bool),
JSON(bool),
RelationMany((bool, FieldTypeRelationInfo)),
RelationOne((bool, FieldTypeRelationInfo)),
String(bool),
}Variants
Tuple Fields of Blob
0: boolTuple Fields of Boolean
0: boolTuple Fields of Date
0: boolTuple Fields of Float
0: boolTuple Fields of Int
0: boolTuple Fields of JSON
0: boolTuple Fields of RelationMany
Tuple Fields of RelationOne
Tuple Fields of String
0: boolTrait 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
Auto Trait Implementations
impl RefUnwindSafe for FieldType
impl UnwindSafe for FieldType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self