pub trait FallibleCastsTo<ST> { }
Expand description
Marker trait: this SQL type (Self
) can be cast to the target SQL type, but some values can be invalid
Implementors§
impl FallibleCastsTo<BigInt> for Text
impl FallibleCastsTo<Bool> for Text
impl FallibleCastsTo<Date> for Text
impl FallibleCastsTo<Datetime> for Text
Available on crate feature
mysql_backend
only.impl FallibleCastsTo<Double> for Text
impl FallibleCastsTo<Float> for Text
impl FallibleCastsTo<Integer> for Bool
impl FallibleCastsTo<Integer> for Text
impl FallibleCastsTo<Json> for Jsonb
impl FallibleCastsTo<Json> for Text
impl FallibleCastsTo<Jsonb> for Json
impl FallibleCastsTo<Jsonb> for Text
impl FallibleCastsTo<Text> for Bool
impl FallibleCastsTo<Text> for Date
impl FallibleCastsTo<Text> for Datetime
Available on crate feature
mysql_backend
only.impl FallibleCastsTo<Text> for Json
impl FallibleCastsTo<Text> for Jsonb
impl FallibleCastsTo<Text> for Time
impl FallibleCastsTo<Text> for Uuid
Available on crate feature
postgres_backend
only.impl FallibleCastsTo<Time> for Text
impl FallibleCastsTo<Uuid> for Text
Available on crate feature
postgres_backend
only.