Type Alias Serial
Source pub type Serial = Integer;
Available on crate feature postgres_backend
only.
Expand description
struct Serial;
Trait Implementations
The SQL type which can be added to this one
The SQL type of the result of adding Rhs
to Self
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
The SQL type which this one can be divided by
The SQL type of the result of dividing Self
by Rhs
The SQL type of sum(this_type)
The SQL type of avg(this_type)
The SQL type which this can be multiplied by
The SQL type of the result of multiplying Self
by Rhs
Can the SQL generated by
Self
be uniquely identified by its type?
Read more
A type which uniquely represents
Self
in a SQL query.
Read more
Returns the type id of
Self::QueryId
if
Self::HAS_STATIC_QUERY_ID
.
Returns
None
otherwise.
Read more
The SQL type which can be subtracted from this one
The SQL type of the result of subtracting Rhs
from Self