pub struct Json<T>(pub T)
where
T: ?Sized;
Tuple Fields
0: T
Trait Implementations
sourceimpl<'r, T> Decode<'r, Postgres> for Json<T> where
T: 'r + Deserialize<'r>,
impl<'r, T> Decode<'r, Postgres> for Json<T> where
T: 'r + Deserialize<'r>,
sourceimpl<'r, T> Decode<'r, Sqlite> for Json<T> where
T: 'r + Deserialize<'r>,
impl<'r, T> Decode<'r, Sqlite> for Json<T> where
T: 'r + Deserialize<'r>,
sourceimpl<'de, T> Deserialize<'de> for Json<T> where
T: Deserialize<'de> + ?Sized,
impl<'de, T> Deserialize<'de> for Json<T> where
T: Deserialize<'de> + ?Sized,
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Json<T>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Json<T>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<'_, T> Encode<'_, Sqlite> for Json<T> where
T: Serialize,
impl<'_, T> Encode<'_, Sqlite> for Json<T> where
T: Serialize,
sourcefn encode_by_ref(
&self,
buf: &mut Vec<SqliteArgumentValue<'_>, Global>
) -> IsNull
fn encode_by_ref(
&self,
buf: &mut Vec<SqliteArgumentValue<'_>, Global>
) -> IsNull
Writes the value of self
into buf
without moving self
. Read more
sourcefn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNull
fn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNull
Writes the value of self
into buf
in the expected format for the database.
fn produces(&self) -> Option<<DB as Database>::TypeInfo>
fn size_hint(&self) -> usize
sourceimpl<'q, T> Encode<'q, Postgres> for Json<T> where
T: Serialize,
impl<'q, T> Encode<'q, Postgres> for Json<T> where
T: Serialize,
sourcefn encode_by_ref(&self, buf: &mut PgArgumentBuffer) -> IsNull
fn encode_by_ref(&self, buf: &mut PgArgumentBuffer) -> IsNull
Writes the value of self
into buf
without moving self
. Read more
sourcefn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNull
fn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNull
Writes the value of self
into buf
in the expected format for the database.
fn produces(&self) -> Option<<DB as Database>::TypeInfo>
fn size_hint(&self) -> usize
sourceimpl<T> Ord for Json<T> where
T: Ord + ?Sized,
impl<T> Ord for Json<T> where
T: Ord + ?Sized,
sourceimpl<T> PartialOrd<Json<T>> for Json<T> where
T: PartialOrd<T> + ?Sized,
impl<T> PartialOrd<Json<T>> for Json<T> where
T: PartialOrd<T> + ?Sized,
sourcefn partial_cmp(&self, other: &Json<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &Json<T>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl<T> PgHasArrayType for Json<T>
impl<T> PgHasArrayType for Json<T>
fn array_type_info() -> PgTypeInfo
fn array_compatible(ty: &PgTypeInfo) -> bool
sourceimpl<T> Serialize for Json<T> where
T: Serialize + ?Sized,
impl<T> Serialize for Json<T> where
T: Serialize + ?Sized,
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
sourceimpl<T> Type<Postgres> for Json<T>
impl<T> Type<Postgres> for Json<T>
sourcefn type_info() -> PgTypeInfo
fn type_info() -> PgTypeInfo
Returns the canonical SQL type for this Rust type. Read more
sourcefn compatible(ty: &PgTypeInfo) -> bool
fn compatible(ty: &PgTypeInfo) -> bool
Determines if this Rust type is compatible with the given SQL type. Read more
sourceimpl<T> Type<Sqlite> for Json<T>
impl<T> Type<Sqlite> for Json<T>
sourcefn type_info() -> SqliteTypeInfo
fn type_info() -> SqliteTypeInfo
Returns the canonical SQL type for this Rust type. Read more
sourcefn compatible(ty: &SqliteTypeInfo) -> bool
fn compatible(ty: &SqliteTypeInfo) -> bool
Determines if this Rust type is compatible with the given SQL type. Read more
impl<T> Copy for Json<T> where
T: Copy + ?Sized,
impl<T> Eq for Json<T> where
T: Eq + ?Sized,
impl<T> StructuralEq for Json<T> where
T: ?Sized,
impl<T> StructuralPartialEq for Json<T> where
T: ?Sized,
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Json<T> where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Json<T> where
T: Send,
impl<T: ?Sized> Sync for Json<T> where
T: Sync,
impl<T: ?Sized> Unpin for Json<T> where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Json<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CallHasher for T where
T: Hash + ?Sized,
impl<T> CallHasher for T where
T: Hash + ?Sized,
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.