Struct diesel::mysql::types::Unsigned [−][src]
Represents the MySQL unsigned type.
Trait Implementations
impl<ST> NotNull for Unsigned<ST>
[src]
impl<ST> NotNull for Unsigned<ST>
impl<ST> SingleValue for Unsigned<ST>
[src]
impl<ST> SingleValue for Unsigned<ST>
impl<ST: QueryId> QueryId for Unsigned<ST>
[src]
[+]
impl<ST: QueryId> QueryId for Unsigned<ST>
impl<ST: Debug> Debug for Unsigned<ST>
[src]
[+]
impl<ST: Debug> Debug for Unsigned<ST>
impl<ST: Clone> Clone for Unsigned<ST>
[src]
[+]
impl<ST: Clone> Clone for Unsigned<ST>
impl<ST: Copy> Copy for Unsigned<ST>
[src]
impl<ST: Copy> Copy for Unsigned<ST>
impl<ST: Default> Default for Unsigned<ST>
[src]
[+]
impl<ST: Default> Default for Unsigned<ST>
impl ToSql<Unsigned<SmallInt>, Mysql> for u16
[src]
[+]
impl ToSql<Unsigned<SmallInt>, Mysql> for u16
impl FromSql<Unsigned<SmallInt>, Mysql> for u16
[src]
[+]
impl FromSql<Unsigned<SmallInt>, Mysql> for u16
impl ToSql<Unsigned<Integer>, Mysql> for u32
[src]
[+]
impl ToSql<Unsigned<Integer>, Mysql> for u32
impl FromSql<Unsigned<Integer>, Mysql> for u32
[src]
[+]
impl FromSql<Unsigned<Integer>, Mysql> for u32
impl ToSql<Unsigned<BigInt>, Mysql> for u64
[src]
[+]
impl ToSql<Unsigned<BigInt>, Mysql> for u64
impl FromSql<Unsigned<BigInt>, Mysql> for u64
[src]
[+]
impl FromSql<Unsigned<BigInt>, Mysql> for u64
impl<ST> HasSqlType<Unsigned<ST>> for Mysql where
Mysql: HasSqlType<ST>,
[src]
[+]
impl<ST> HasSqlType<Unsigned<ST>> for Mysql where
Mysql: HasSqlType<ST>,
impl<'expr> AsExpression<Unsigned<SmallInt>> for &'expr u16
[src]
[+]
impl<'expr> AsExpression<Unsigned<SmallInt>> for &'expr u16
impl<'expr2, 'expr> AsExpression<Unsigned<SmallInt>> for &'expr2 &'expr u16
[src]
[+]
impl<'expr2, 'expr> AsExpression<Unsigned<SmallInt>> for &'expr2 &'expr u16
impl AsExpression<Unsigned<SmallInt>> for u16
[src]
[+]
impl AsExpression<Unsigned<SmallInt>> for u16
impl<'expr> AsExpression<Unsigned<Integer>> for &'expr u32
[src]
[+]
impl<'expr> AsExpression<Unsigned<Integer>> for &'expr u32
impl<'expr2, 'expr> AsExpression<Unsigned<Integer>> for &'expr2 &'expr u32
[src]
[+]
impl<'expr2, 'expr> AsExpression<Unsigned<Integer>> for &'expr2 &'expr u32
impl AsExpression<Unsigned<Integer>> for u32
[src]
[+]
impl AsExpression<Unsigned<Integer>> for u32
impl<'expr> AsExpression<Unsigned<BigInt>> for &'expr u64
[src]
[+]
impl<'expr> AsExpression<Unsigned<BigInt>> for &'expr u64
impl<'expr2, 'expr> AsExpression<Unsigned<BigInt>> for &'expr2 &'expr u64
[src]
[+]
impl<'expr2, 'expr> AsExpression<Unsigned<BigInt>> for &'expr2 &'expr u64
impl AsExpression<Unsigned<BigInt>> for u64
[src]
[+]
impl AsExpression<Unsigned<BigInt>> for u64