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 Debug for Json
[src]

[src]

Formats the value using the given formatter.

impl Clone for Json
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Json
[src]

impl Default for Json
[src]

[src]

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