Trait diesel::types::SingleValue
[−]
[src]
pub trait SingleValue { }
Implementors
impl SingleValue for Bool
impl SingleValue for SmallInt
impl SingleValue for Integer
impl SingleValue for BigInt
impl SingleValue for Float
impl SingleValue for Double
impl SingleValue for Text
impl SingleValue for Binary
impl SingleValue for Date
impl SingleValue for Time
impl SingleValue for Timestamp
impl<T: NotNull + SingleValue> SingleValue for Nullable<T>
impl<T> SingleValue for Array<T>
impl<T> SingleValue for Range<T>
impl SingleValue for Timestamptz
impl SingleValue for Interval
impl SingleValue for Oid
impl SingleValue for Numeric
impl SingleValue for Money