Struct diesel::pg::types::sql_types::Json [] [src]

pub struct Json;

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

impl QueryId for Json
[src]

impl NotNull for Json
[src]

impl SingleValue for Json
[src]

impl Debug for Json
[src]

Formats the value using the given formatter.

impl Clone for Json
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Json
[src]

impl Default for Json
[src]

Returns the "default value" for a type. Read more