pub struct TinyInt;
Expand description
Trait Implementations§
source§impl<'expr2, 'expr> AsExpression<TinyInt> for &'expr2 &'expr i8
impl<'expr2, 'expr> AsExpression<TinyInt> for &'expr2 &'expr i8
§type Expression = Bound<TinyInt, &'expr2 &'expr i8>
type Expression = Bound<TinyInt, &'expr2 &'expr i8>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<TinyInt> for &'expr i8
impl<'expr> AsExpression<TinyInt> for &'expr i8
§type Expression = Bound<TinyInt, &'expr i8>
type Expression = Bound<TinyInt, &'expr i8>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<TinyInt> for i8
impl AsExpression<TinyInt> for i8
§type Expression = Bound<TinyInt, i8>
type Expression = Bound<TinyInt, i8>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl HasSqlType<TinyInt> for Mysql
impl HasSqlType<TinyInt> for Mysql
source§impl QueryId for TinyInt
impl QueryId for TinyInt
source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self
be uniquely identified by its type? Read moreimpl Copy for TinyInt
impl SingleValue for TinyInt
Auto Trait Implementations§
impl Freeze for TinyInt
impl RefUnwindSafe for TinyInt
impl Send for TinyInt
impl Sync for TinyInt
impl Unpin for TinyInt
impl UnwindSafe for TinyInt
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<ST, U, DB> CompatibleType<U, DB> for ST
impl<ST, U, DB> CompatibleType<U, DB> for ST
source§impl<T> IntoNotNullable for T
impl<T> IntoNotNullable for T
§type NotNullable = T
type NotNullable = T
The not nullable representation of this type. Read more