Trait diesel::types::NotNull
[−]
[src]
pub trait NotNull { }
Implementors
impl NotNull for Bool
impl NotNull for SmallInt
impl NotNull for Integer
impl NotNull for BigInt
impl NotNull for Float
impl NotNull for Double
impl NotNull for Text
impl NotNull for Binary
impl NotNull for Date
impl NotNull for Time
impl NotNull for Timestamp
impl NotNull for ()
impl<A> NotNull for (A,)
impl<A, B> NotNull for (A, B)
impl<A, B, C> NotNull for (A, B, C)
impl<A, B, C, D> NotNull for (A, B, C, D)
impl<A, B, C, D, E> NotNull for (A, B, C, D, E)
impl<A, B, C, D, E, F> NotNull for (A, B, C, D, E, F)
impl<A, B, C, D, E, F, G> NotNull for (A, B, C, D, E, F, G)
impl<A, B, C, D, E, F, G, H> NotNull for (A, B, C, D, E, F, G, H)
impl<A, B, C, D, E, F, G, H, I> NotNull for (A, B, C, D, E, F, G, H, I)
impl<A, B, C, D, E, F, G, H, I, J> NotNull for (A, B, C, D, E, F, G, H, I, J)
impl<A, B, C, D, E, F, G, H, I, J, K> NotNull for (A, B, C, D, E, F, G, H, I, J, K)
impl<A, B, C, D, E, F, G, H, I, J, K, L> NotNull for (A, B, C, D, E, F, G, H, I, J, K, L)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M> NotNull for (A, B, C, D, E, F, G, H, I, J, K, L, M)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> NotNull for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> NotNull for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> NotNull for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)
impl<T> NotNull for Array<T>
impl<T> NotNull for Range<T>
impl NotNull for Timestamptz
impl NotNull for Interval
impl NotNull for Oid
impl NotNull for Numeric
impl NotNull for Money