Struct diesel::mysql::types::Unsigned [−][src]
pub struct Unsigned<ST>(_);
Expand description
Represents the MySQL unsigned type.
Trait Implementations
type Expression = Bound<Unsigned<BigInt>, Self>
type Expression = Bound<Unsigned<BigInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<BigInt>, Self>
type Expression = Bound<Unsigned<BigInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<BigInt>, Self>
type Expression = Bound<Unsigned<BigInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<Integer>, Self>
type Expression = Bound<Unsigned<Integer>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<Integer>, Self>
type Expression = Bound<Unsigned<Integer>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<Integer>, Self>
type Expression = Bound<Unsigned<Integer>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<SmallInt>, Self>
type Expression = Bound<Unsigned<SmallInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<SmallInt>, Self>
type Expression = Bound<Unsigned<SmallInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<SmallInt>, Self>
type Expression = Bound<Unsigned<SmallInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<TinyInt>, Self>
type Expression = Bound<Unsigned<TinyInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<TinyInt>, Self>
type Expression = Bound<Unsigned<TinyInt>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Unsigned<TinyInt>, Self>
type Expression = Bound<Unsigned<TinyInt>, Self>
The expression being returned
Perform the conversion
Auto Trait Implementations
impl<ST> RefUnwindSafe for Unsigned<ST> where
ST: RefUnwindSafe,
impl<ST> UnwindSafe for Unsigned<ST> where
ST: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more