Struct edgedb_protocol::model::Json [−][src]
pub struct Json(_);
Expand description
A newtype for JSON received from the database
Implementations
Create JSON value without checking the contents
This is used to construct values from the data received from the database (we trust database to produce valid JSON).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Json
impl UnwindSafe for Json
Blanket Implementations
Mutably borrows from an owned value. Read more