Struct diesel::pg::types::sql_types::Json [−][src]
pub struct Json;
Expand description
The JSON SQL type. This type can only be used with feature = "serde_json"
Normally you should prefer Jsonb
instead, for the reasons
discussed there.
ToSql
impls
FromSql
impls
Trait Implementations
type Expression = Bound<Json, Self>
type Expression = Bound<Json, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Json, Self>
type Expression = Bound<Json, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Json, Self>
type Expression = Bound<Json, Self>
The expression being returned
Perform the conversion
Fetch the metadata for the given type Read more
Can the SQL generated by Self
be uniquely identified by its type? Read more
Auto Trait Implementations
impl RefUnwindSafe for Json
impl UnwindSafe for Json
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more