[−][src]Struct tokio_postgres::types::Json
A wrapper type to allow arbitrary Serialize
/Deserialize
types to convert to Postgres JSON values.
Trait Implementations
impl<T> ToSql for Json<T> where
T: Serialize + Debug,
[src][+]
T: Serialize + Debug,
impl<T> Debug for Json<T> where
T: Debug,
[src][+]
T: Debug,
impl<'a, T> FromSql<'a> for Json<T> where
T: Deserialize<'a>,
[src][+]
T: Deserialize<'a>,
Auto Trait Implementations
impl<T> Send for Json<T> where
T: Send,
T: Send,
impl<T> Sync for Json<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Json<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Json<T> where
T: UnwindSafe,
T: UnwindSafe,
impl<T> RefUnwindSafe for Json<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,
impl<T> FromSqlOwned for T where
T: FromSql<'a>,
[src]
T: FromSql<'a>,