Trait diesel::backend::HasRawValue
source · pub trait HasRawValue<'a> {
type RawValue;
}
Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
Required Associated Types§
Implementors§
source§impl<'a> HasRawValue<'a> for Mysql
Available on crate feature mysql_backend
only.
impl<'a> HasRawValue<'a> for Mysql
Available on crate feature
mysql_backend
only.type RawValue = MysqlValue<'a>
source§impl<'a> HasRawValue<'a> for Pg
Available on crate feature postgres_backend
only.
impl<'a> HasRawValue<'a> for Pg
Available on crate feature
postgres_backend
only.source§impl<'a> HasRawValue<'a> for Sqlite
Available on crate feature sqlite
only.
impl<'a> HasRawValue<'a> for Sqlite
Available on crate feature
sqlite
only.